LCh.radians

Set hue angle in radians.

  1. F radians [@property getter]
  2. F radians [@property setter]
    struct LCh(F = float, alias whitePoint_ = (WhitePoint!F.D50))
    @safe pure nothrow @nogc @property
    void
    radians
    ()
    if (
    isFloatingPoint!F
    )

Meta