The OpenD Programming Language

HSx.radians

Get hue angle in radians.

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

Meta