Home
last modified time | relevance | path

Searched refs:Color (Results 1 – 12 of 12) sorted by relevance

/interface/sdk-js/api/
D@ohos.effectKit.d.ts99 getMainColor(): Promise<Color>;
107 getMainColorSync(): Color;
115 getLargestProportionColor(): Color;
123 getHighestSaturationColor(): Color;
131 getAverageColor(): Color;
149 interface Color { interface
D@ohos.multimedia.avCastPicker.d.ets32 * @type { ? Color | number | string }
38 normalColor?: Color | number | string;
42 * @type { ? Color | number | string }
48 activeColor?: Color | number | string;
D@ohos.graphics.drawing.d.ts359 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;
D@ohos.graphics.common2D.d.ts34 interface Color { interface
D@ohos.arkui.UIContext.d.ts38 import type { Color, FontStyle, Nullable } from 'CommonEnums';
1069 setBackgroundColor(color: Nullable< Color | number | string>): void;
1096 setIconColor(color: Nullable< Color | number | string>): void;
D@ohos.arkui.advanced.Dialog.d.ets82 * Sets the Button Text Color.
88 * Sets the Button Text Color.
/interface/sdk-js/api/@internal/component/ets/
Dhyperlink.d.ts91 color(value: Color | number | string | Resource): HyperlinkAttribute;
Dscroll.d.ts938 scrollBarColor(color: Color | number | string): ScrollAttribute;
Denums.d.ts81 declare enum Color { enum
8850 export type { Color, FontStyle, Nullable };
Dgrid.d.ts536 scrollBarColor(value: Color | number | string): GridAttribute;
Dunits.d.ts1279 declare type ResourceColor = Color | number | string | Resource;
Dcommon.d.ts5601 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;