要求されたページは選択されたバージョンでは利用できない。
color format
Description
Specifies whether RGB color codes are expressed in decimal or hexadecimal format.
ヒント:
The specified color formatting code can be used in combination with the following built-in actions:Allowable values
Two possible values are:
RGB
Color code is expressed as decimal red, green, and blue values.
覚えておく:The three decimal values representing each component of the RGB color must be separated with commas. For example, white is represented as255, 255, 255
.Hex
Color code is in the form of a three byte hexadecimal number representing each component of the RGB color.
覚えておく:Place a black slash ( \ ) and a pound key ( # ) before the hexadecimal value to indicate that it is a hexadecimal. For example, the white color is represented as\#FFFFFF
.
Default value
Hex
Example
Test Lines