Color.rf

Red value in the form of a range from 0 to 1.

  1. float rf [@property getter]
    struct Color(T)
    @safe nothrow pure @property inout
    float
    rf
    ()
    if (
    isIntegral!T ||
    isFloatingPoint!T
    )
  2. float rf [@property setter]

Meta