Color.af

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

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

Meta