Car.color

Set color of car

Set color of car. A car can live with undefined color (physics allow it).

  1. Color color [@property setter]
    class Car
    @property @safe nothrow
    @setter("color.green".lref)
    color
  2. Color color [@property getter]

Parameters

color Color

color of a car.

Return Value

Type: Car

Car

Meta