@musallam/photoshop-client
Preparing search index...
PhotoshopClient
RgbColor
Interface RgbColor
An object describing the RGB color format in 8 bits.
interface
RgbColor
{
blue
?:
number
;
green
?:
number
;
red
?:
number
;
}
Index
Properties
blue?
green?
red?
Properties
Optional
Minimum
Maximum
blue
blue
?:
number
0 255
Optional
Minimum
Maximum
green
green
?:
number
0 255
Optional
Minimum
Maximum
red
red
?:
number
0 255
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blue
green
red
@musallam/photoshop-client
Loading...
An object describing the RGB color format in 8 bits.