Color.red

The red component of the color. This is a value between 0 and 65535, with 65535 indicating full intensity

  1. ushort red [@property getter]
  2. ushort red [@property setter]
    class Color
    @property
    void
    red
    (
    ushort value
    )