Info

Statistics

  • Download count291 total downloads
  • Latest download count 291 downloads of latest version
  • Average download count1 downloads per day average

Owners

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

Set color value

  • Actions

    Set color to hex {0}

    Set color variable's value

    Set color to {0}

    Set color variable's value in Hex format

Get color value

  • Expressions

    Get

    Get the color value in construct's format

    R

    Get the red component as a float ( 0 - 1 )

    G

    Get the green component as a float ( 0 - 1 )

    B

    Get the blue component as a float ( 0 - 1 )

    asJSON

    Get the color values ( 0 - 1 ) as a JSON string

    asJSON255

    Get the color values ( 0 - 255 ) as a JSON string

    asHEX

    Get the color values ( #000000 ) as a HEX string

    R255

    Get the red component as an integer ( 0 - 255 )

    G255

    Get the green component as an integer ( 0 - 255 )

    B255

    Get the blue component as an integer ( 0 - 255 )