RGB.ComponentType

Type of the color components.

  1. alias ComponentType = ComponentType_
  2. alias ComponentType = NormalizedInt!ComponentType_
    struct RGB(string components_, ComponentType_, bool linear_ = false, RGBColorSpace colorSpace_ = RGBColorSpace.sRGB)
    @safe pure nothrow @nogc
    static if(!(isFloatingPoint!ComponentType_))
    alias ComponentType = NormalizedInt!ComponentType_

Meta