Color.red

Sets the red channel of the color

  1. ubyte red [@property getter]
  2. ubyte red [@property setter]
    struct Color
    version(LittleEndian)
    @nogc @safe @property pure nothrow
    ubyte
    red
    (
    ubyte value
    )
  3. ubyte red [@property getter]
  4. ubyte red [@property setter]

Meta