HSx.degrees

Get hue angle in degrees.

  1. double degrees [@property getter]
    struct HSx(HSxType type_, ComponentType_ = float, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
    @safe pure nothrow @nogc @property const
    double
    degrees
    ()
    if (
    isFloatingPoint!ComponentType_ ||
    isUnsigned!ComponentType_
    )
  2. double degrees [@property setter]

Meta