RGBComponent is a built-in scripting function that gets the level of a color component (red, green, or blue) in a specified color.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
RGBComponent | Graphic | Synchronous | Supported | Supported | Supported |
This function returns an integer value between 0 or 255, which represents the level of the color component in the specified color.
For a list of frequently used RGB color codes and their equivalent "plain English" names, see Color Interface.
RGBComponent( 13434828, 0 )
RGBComponent( TagCode, TagComponent )