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?: undefined | string
Property Value
undefined | string
dominantColorBackground
Possible dominant background color.
dominantColorBackground?: undefined | string
Property Value
undefined | string
dominantColorForeground
Possible dominant foreground color.
dominantColorForeground?: undefined | string
Property Value
undefined | 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?: undefined | false | true
Property Value
undefined | false | true