Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.h139 LV_DITHER_NONE, /**< No dithering, colors are just quantized to the output resolution*/ enumerator
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_rect.c176 if(grad_dir == LV_GRAD_DIR_VER && dither_mode != LV_DITHER_NONE) { in draw_bg()
181 if(grad && dither_mode == LV_DITHER_NONE) { in draw_bg()
/lvgl-3.7.0/docs/overview/
Dstyle-props.md283 Set the dithering mode of the gradient of the background. The possible values are `LV_DITHER_NONE/O…
285 …isplay:inline; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `LV_DITHER_NONE`</li>