Searched refs:ColorInt (Results 1 – 1 of 1) sorted by relevance
48 ColorAsInt(r: number, g: number, b: number, a?: number): ColorInt;770 value: ColorInt;1157 drawColorInt(color: ColorInt, blendMode?: BlendMode): void;1995 setColorInt(color: ColorInt, colorSpace?: ColorSpace): void;3639 export type ColorInt = number; // deprecated, prefer Color alias