Searched refs:COLOR_ATTRIBUTES (Results 1 – 1 of 1) sorted by relevance
447 constexpr const char* COLOR_ATTRIBUTES[] = { "COLOR_0", "COLOR_1", "COLOR_2", "COLOR_3", "COLOR_4" … variable463 if (dataType.index < countof(COLOR_ATTRIBUTES)) { in GetAttributeType()464 return COLOR_ATTRIBUTES[dataType.index]; in GetAttributeType()