Edit in GitHubLog an issue

RGBColor

Defines an RGB color, used in SolidColor object.

Please note: RGB with 32 bits per channels is not currently supported. Color values will be rounded to the nearest range valid for RGB with 16 bits per channel.

Properties

NameTypeAccessDefaultRangeMin VersionDescription
blue
number
R W
255
0..255
23.0
The blue color value.
green
number
R W
255
0..255
23.0
The green color value.
hexValue
string
R W
"FFFFFF"
-
23.0
The hexadecimal representation of the color. Ex. returns FF9801, but accepts #ff9801 or FF9801.
red
number
R W
255
0..255
23.0
The red color value.
typename
string
R
-
-
23.0
The class name of the referenced object: "RGBColor".
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.