Shape.fillColor

The fill color of the shape.

This color is modulated (multiplied) with the shape's texture if any. It can be used to colorize the shape, or change its global opacity. You can use Color.Transparent to make the inside of the shape transparent, and have the outline alone. By default, the shape's fill color is opaque white.

  1. Color fillColor [@property setter]
  2. Color fillColor [@property getter]
    class Shape
    @property const
    fillColor
    ()

Meta