Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/view/
H A Dview_api.cpp75 constexpr uint8_t colorMaxSize = 255; in StrToColor() local
77 if (reset < 0 || reset > static_cast<int>(colorMaxSize)) { in StrToColor()
79 return colorMaxSize; in StrToColor()