Searched refs:Color (Results 1 – 12 of 12) sorted by relevance
99 getMainColor(): Promise<Color>;107 getMainColorSync(): Color;115 getLargestProportionColor(): Color;123 getHighestSaturationColor(): Color;131 getAverageColor(): Color;149 interface Color { interface
32 * @type { ? Color | number | string }38 normalColor?: Color | number | string;42 * @type { ? Color | number | string }48 activeColor?: Color | number | string;
359 drawColor(color: common2D.Color, blendMode?: BlendMode): void;699 static createBlendModeColorFilter(color: common2D.Color, mode: BlendMode): ColorFilter;751 setColor(color: common2D.Color): void;822 setColor(color: common2D.Color): void;
34 interface Color { interface
38 import type { Color, FontStyle, Nullable } from 'CommonEnums';1069 setBackgroundColor(color: Nullable< Color | number | string>): void;1096 setIconColor(color: Nullable< Color | number | string>): void;
82 * Sets the Button Text Color.88 * Sets the Button Text Color.
91 color(value: Color | number | string | Resource): HyperlinkAttribute;
938 scrollBarColor(color: Color | number | string): ScrollAttribute;
81 declare enum Color { enum8850 export type { Color, FontStyle, Nullable };
536 scrollBarColor(value: Color | number | string): GridAttribute;
1279 declare type ResourceColor = Color | number | string | Resource;
5601 color?: Color | string | Resource | ColoringStrategy;9685 popupColor?: Color | string | Resource | number;9860 maskColor?: Color | string | Resource | number;9886 popupColor?: Color | string | Resource | number;13117 colorBlend(value: Color | string | Resource): T;17633 scrollBarColor(color: Color | number | string): T;