Home
last modified time | relevance | path

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

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