FlexColorFunctions

Last Updated:

Actions for working with Flex ColorPicker objects


[How To Read This Reference]
SetColor
RJ
Action to set a color according to its color value. Currently, this component function is for Flex ColorPicker only.

FlexColorFunctions::SetColor
RJ

Action to set a color according to its color value. Currently, this component function is for Flex ColorPicker only.


Fields: [ ]=Optional with Default Value
  1. ColorValue
    ColorValue to set.

    ColorValue is a hexdecimal string started with '#'.

Examples:
  • T, FlexWINDOW, FlexColorPicker, SetColor, "#FF0000"
    This action sets the color of FlexColorPicker to RED.


  • T, FlexWINDOW, FlexColorPicker, SetColor, "#0000FF"
    This action sets the color of FlexColorPicker to BLUE.


[How To Read This Reference]