ColorModeType

    ColorPicker.swift:23
    enum ColorModeType

    Cases

    • case rgb

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

    • case hsv

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

    • case 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).

    • case okhsl

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

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (25) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features