Color.gf

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

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

Meta