Color.blue

Returns the blue channel of the color

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

Meta