Searched refs:ColorName (Results 1 – 2 of 2) sorted by relevance
28 type ColorOBJ = { Color: [number, number, number], ColorName: string };29 let obj6: ColorOBJ = { Color: [255, 0, 0], ColorName: 'Red' };
439 static const char* ColorName(ObjectColor color) { in ColorName() function