ColorInfo interface
提供描述色彩屬性之其他中繼資料的物件。
屬性
accent |
可能的輔色。 |
dominant |
可能的主要背景色彩。 |
dominant |
可能的主要前景色彩。 |
dominant |
可能的主要色彩陣列。 |
is |
值,指出影像是否為黑白。 |
屬性詳細資料
accentColor
可能的輔色。
accentColor?: string
屬性值
string
dominantColorBackground
可能的主要背景色彩。
dominantColorBackground?: string
屬性值
string
dominantColorForeground
可能的主要前景色彩。
dominantColorForeground?: string
屬性值
string
dominantColors
可能的主要色彩陣列。
dominantColors?: string[]
屬性值
string[]
isBWImg
值,指出影像是否為黑白。
isBWImg?: boolean
屬性值
boolean