ColorRect.color

The fill color.

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

Detailed Description

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

Meta