Home
last modified time | relevance | path

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

/lvgl-3.7.0/docs/overview/
Dcolor.md3 …tions like changing color depth, creating colors from hex code, converting between color depths, m…
7colors. You may need this when sending 16-bit colors via a byte-oriented interface like SPI. As 16…
9 ## Creating colors
12 Create colors from Red, Green and Blue channel values:
25 Create colors from Hue, Saturation and Value values:
40 …s palette](https://vuetifyjs.com/en/styles/colors/#material-colors) of colors. In this system all …
42 The names of the colors are as follows:
69 ### Modify and mix colors argument
82 // Mix two colors with a given ratio 0: full c2, 255: full c1, 128: half c1 and half c2
86 ### Built-in colors argument
[all …]
Ddrawing.md56 …raw_rect_dsc_t`). This gives us the parameters for drawing, for example colors, widths, opacity, …
105 …nt for every button and you can, for example, tell LVGL to use different colors on a specific butt…
205 - It does not have normal blending mode. In this case LVGL needs to know the colors under the objec…
Ddisplay.md66 The Alpha channel of 32-bit colors will be 0 where there are no objects and 255 where there are sol…
Dimage.md33 - **LV_IMG_CF_TRUE_COLOR** Simply stores the RGB colors (in whatever color depth LVGL is configured…
36 - **LV_IMG_CF_INDEXED_1/2/4/8BIT** Uses a palette with 2, 4, 16 or 256 colors and stores each pixel…
Dstyle.md63 For example, finding background colors for released, pressed, checked + pressed, focused, focused +…
203 lv_obj_add_style(btn, &btn_red, LV_STATE_PRESSED);  /*Overwrite only some colors to red when presse…
Dobject.md78 (For simplicity the adjusting of colors of the objects is not shown in the example.)
Dstyle-props.md274 …IN_STOP` and `BG_GRAD_STOP` into one descriptor and allows creating gradients with more colors too.
721 Mix a color to all colors of the object.
775 Describes how to blend the colors to the background. The possible values are `LV_BLEND_MODE_NORMAL/…
/lvgl-3.7.0/src/misc/
Dlv_color.c276 static const lv_color_t colors[] = { in lv_palette_main() local
289 return colors[p]; in lv_palette_main()
295 static const lv_color_t colors[][5] = { in lv_palette_lighten() local
329 return colors[p][lvl]; in lv_palette_lighten()
334 static const lv_color_t colors[][4] = { in lv_palette_darken() local
368 return colors[p][lvl]; in lv_palette_darken()
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.h11 uint8_t colors[0x100 * 3]; member
Dgifdec.c125 f_gif_read(gif, gif->gct.colors, 3 * gif->gct.size); in gif_open()
139 bgcolor = &gif->palette->colors[gif->bgindex*3]; in gif_open()
482 f_gif_read(gif, gif->lct.colors, 3 * gif->lct.size); in read_image()
499 color = &gif->palette->colors[index*3]; in render_frame_rect()
533 bgcolor = &gif->palette->colors[gif->bgindex*3]; in dispose()
/lvgl-3.7.0/docs/widgets/core/
Dcanvas.md27 ### Indexed colors
39 … with 50% opacity. Note that if the current color format doesn't support colors (e.g. `LV_IMG_CF_A…
53 …raw_rect/label/img/line/arc_dsc_init()` and then modified with the desired colors and other values.
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_rect.c125 uint32_t colors[2]; in lv_gpu_nxp_vglite_draw_bg() local
136 … if(lv_vglite_premult_and_swizzle(&colors[i], col32[i], dsc->bg_opa, color_format) != LV_RES_OK) in lv_gpu_nxp_vglite_draw_bg()
145 err = vg_lite_set_grad(&gradient, cnt, colors, stops); in lv_gpu_nxp_vglite_draw_bg()
/lvgl-3.7.0/docs/widgets/extra/
Dled.md5 …rcle) object whose brightness can be adjusted. With lower brightness the colors of the LED become …
Dspan.md5 …e label object, `spangroup` can render text styled with different fonts, colors, and sizes into th…
/lvgl-3.7.0/docs/
DROADMAP.md13 - Switch to RGBA colors in styles
DCONTRIBUTING.md110 The span widget allows mixing different font sizes, colors and styles.
DCHANGELOG.md1181 - fix(style) initialize colors to black instead of zero [`524f8dd`](https://github.com/lvgl/lvgl/co…
1251 - fix(draw) use the filtered colors in lv_obj_init_draw_xxx_dsc() functions [`78725f2`](https://git…
1361 - docs(color) update colors' docs [`9056b5e`](https://github.com/lvgl/lvgl/commit/9056b5ee1bfea6796…
1601 - docs(color) update colors' docs <a href="https://github.com/lvgl/lvgl/commit/9056b5ee">9056b5ee</…
/lvgl-3.7.0/tests/
DREADME.md49 - `TEST_ASSERT_EQUAL_COLOR(color1, color2)` Compare two colors.
/lvgl-3.7.0/docs/intro/
Dindex.md188 ### Why do I see nonsense colors on the screen?
191 If you are using 16-bit colors with SPI (or another byte-oriented interface) you probably need to s…
/lvgl-3.7.0/scripts/
DDoxyfile1169 # will adjust the colors in the style sheet and background images according to
1179 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
1181 # value of 255 will produce the most vivid colors.
1188 # luminance component of the colors in the HTML output. Values below 100