Color.blue

Sets the blue channel of the color

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

Meta