Addon ID

  • piranha305_colorstore

Info

Statistics

  • Download count3 total downloads
  • Latest download count 3 downloads of latest version
  • Average download count1 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

General

  • Actions

    Set color {0} to {1}

    Sets the color

    Set color {0} to hsla({1}, {2}, {3}, {4})

    Sets the color

    Set color {0} to {1}

    Sets the color

    Set color {0} to rgba255({1}, {2}, {3}, {4})

    Sets the color

    Set color {0} to rgba({1}, {2}, {3}, {4})

    Sets the color

  • Expressions

    Alpha

    Returns the color's alpha value

    Blue

    Returns the color's blue value

    CurrentPalette

    Returns the current palette

    GetColorJson

    Returns the color's value as JSON

    GetColorStoreJSON

    Returns the entire color store as JSON

    Green

    Returns the color's green value

    Hex

    Returns the color as a hex string

    Hue

    Returns the color's hue value

    Lightness

    Returns the color's lightness value

    NormalizedAlpha

    Returns the color's alpha value (normalized)

    NormalizedBlue

    Returns the color's blue value (normalized)

    NormalizedGreen

    Returns the color's green value (normalized)

    NormalizedREd

    Returns the color's red value (normalized)

    Packed

    Returns the color as a packed number

    RandomColor

    Returns a random color tag the color store

    Red

    Returns the color's red value

    Saturation

    Returns the color's saturation value

Loading

  • Actions

    Clear color store

    Clears the color store

    Load colors from hex codes {0}

    Loads colors from hex codes

    Load palette {0}

    Loads a palette

    Load palette from file {0}

    Loads a palette from a file

Conversion

  • Expressions

    HexToPacked

    Converts Hex to Packed Color

    HexToRGB

    Converts Hex to RGB String '(r,g,b,a)'

    RGBToHex

    Converts RGB to Hex