HSx.this

Construct a color from hsx components.

  1. this(HueType h, ComponentType s, ComponentType x)
    struct HSx(HSxType type_, ComponentType_ = float, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
    @safe pure nothrow @nogc
    this
    if (
    isFloatingPoint!ComponentType_ ||
    isUnsigned!ComponentType_
    )
  2. this(HueType h, ComponentType.IntType s, ComponentType.IntType x)

Meta