HSx.ComponentType

Type of the s and x components.

  1. alias ComponentType = ComponentType_
    struct HSx(HSxType type_, ComponentType_ = float, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
    @safe pure nothrow @nogc
    static if(isFloatingPoint!ComponentType_)
    alias ComponentType = ComponentType_
  2. alias ComponentType = NormalizedInt!ComponentType_

Meta