ColorInfo interface

An object providing additional metadata describing color attributes.

Properties

accentColor

Possible accent color.

dominantColorBackground

Possible dominant background color.

dominantColorForeground

Possible dominant foreground color.

dominantColors

An array of possible dominant colors.

isBWImg

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