raw

    Allows the color R, G, B component values to go beyond 1.0, which can be used for certain special operations that require it (like tinting without darkening or rendering sprites in HDR).

    ColorPicker.swift:29
    case raw

    Other cases

    • case rgb

      Allows editing the color with Red/Green/Blue sliders.

    • case hsv

      Allows editing the color with Hue/Saturation/Value sliders.

    • case okhsl

      Allows editing the color with Hue/Saturation/Lightness sliders.