Color.af

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

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

Meta