Searched refs:RGBA_LENGTH (Results 1 – 3 of 3) sorted by relevance
29 const RGBA_LENGTH = 8;30 if (color.length === RGBA_LENGTH) {
37 constexpr int32_t RGBA_LENGTH = 8; variable
485 int count = RGBA_LENGTH - static_cast<int>(temp.length()); in GetHexColor()