Colorable.color

Sets the colour for this object.

  1. Color color [@property getter]
  2. Color color [@property setter]
    interface Colorable
    @property @safe
    color

Examples

if(object.color is null) {
   object.color = Color.fromString("003311");
}

Meta