Searched refs:ColorIntArray (Results 1 – 1 of 1) sorted by relevance
428 colors?: Float32Array | ColorIntArray | null, indices?: number[] | null,1218 blendMode?: BlendMode | null, colors?: ColorIntArray | null,1416 colors?: ColorIntArray | Color[] | null,4033 export type ColorIntArray = MallocObj | Uint32Array | number[]; alias