Searched refs:gray (Results 1 – 4 of 4) sorted by relevance
10 For example `style_btn` can result in a default gray button and `style_btn_red` can add only a `bac…45 - `LV_STATE_PRESSED`: gray49 …2 related properties: default with white (default is related to every state) and pressed with gray.50 … precedence which is higher than the default state's 0x0000 precedence, so gray color will be used.52 …ect is focused and pressed both gray and red would work, but the pressed state has higher preceden…68 For example, create a general gray button style and create a new one for red buttons where only the…72 Styles added later have precedence over ones set earlier. So in the gray/red button example above, …75 - the basic button style defines dark-gray color for the default state and light-gray color for the…79 …is pressed the light-gray color is a better match because it describes the current state perfectly…
23 - day names have no border, no background and drawn with a gray color
3174 unsigned char gray = r; /*((unsigned short)r + g + b) / 3u;*/ in rgba8ToPixel() local3175 if(mode->bitdepth == 8) out[i] = gray; in rgba8ToPixel()3176 else if(mode->bitdepth == 16) out[i * 2 + 0] = out[i * 2 + 1] = gray; in rgba8ToPixel()3179 gray = ((unsigned)gray >> (8u - mode->bitdepth)) & ((1u << mode->bitdepth) - 1u); in rgba8ToPixel()3180 addColorBits(out, i, mode->bitdepth, gray); in rgba8ToPixel()3198 unsigned char gray = r; /*((unsigned short)r + g + b) / 3u;*/ in rgba8ToPixel() local3200 out[i * 2 + 0] = gray; in rgba8ToPixel()3203 out[i * 4 + 0] = out[i * 4 + 1] = gray; in rgba8ToPixel()3228 unsigned short gray = r; /*((unsigned)r + g + b) / 3u;*/ in rgba16ToPixel() local3229 out[i * 2 + 0] = (gray >> 8) & 255; in rgba16ToPixel()[all …]
1892 - Init disabled days to gray color in calendar