Searched refs:colorUintValue (Results 1 – 1 of 1) sorted by relevance
392 uint32_t colorUintValue = colorIntValue; in GetRGBColor() local393 uint8_t red8 = uint8_t((colorUintValue & TEXT_RED_COLOR_MASK) >> RED_COLOR_START_BIT); in GetRGBColor()394 uint8_t green8 = uint8_t((colorUintValue & TEXT_GREEN_COLOR_MASK) >> GREEN_COLOR_START_BIT); in GetRGBColor()395 uint8_t blue8 = uint8_t((colorUintValue & TEXT_BLUE_COLOR_MASK)); in GetRGBColor()