HSx.degrees

Set hue angle in degrees.

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

Meta