Home
last modified time | relevance | path

Searched refs:colorUintValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h392 uint32_t colorUintValue = colorIntValue; in GetRGBColor() local
393 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()