ColorInfo interface
An object providing additional metadata describing color attributes.
Properties
accent |
Possible accent color. |
dominant |
Possible dominant background color. |
dominant |
Possible dominant foreground color. |
dominant |
An array of possible dominant colors. |
is |
A value indicating if the image is black and white. |
Property Details
accentColor
Possible accent color.
accentColor?: string
Property Value
string
dominantColorBackground
Possible dominant background color.
dominantColorBackground?: string
Property Value
string
dominantColorForeground
Possible dominant foreground color.
dominantColorForeground?: string
Property Value
string
dominantColors
An array of possible dominant colors.
dominantColors?: string[]
Property Value
string[]
isBWImg
A value indicating if the image is black and white.
isBWImg?: boolean
Property Value
boolean