ColorRect.color

The fill color.

More...
  1. Color color [@property getter]
    struct ColorRect
    @nogc nothrow @property
    Color
    color
    ()
  2. Color color [@property setter]

Detailed Description

$ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red.

Meta