/lvgl-3.7.0/docs/overview/ |
D | color.md | 3 …tions like changing color depth, creating colors from hex code, converting between color depths, m… 7 …colors. 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 …]
|
D | drawing.md | 56 …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…
|
D | display.md | 66 The Alpha channel of 32-bit colors will be 0 where there are no objects and 255 where there are sol…
|
D | image.md | 33 - **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…
|
D | style.md | 63 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…
|
D | object.md | 78 (For simplicity the adjusting of colors of the objects is not shown in the example.)
|
D | style-props.md | 274 …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/ |
D | lv_color.c | 276 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/ |
D | gifdec.h | 11 uint8_t colors[0x100 * 3]; member
|
D | gifdec.c | 125 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/ |
D | canvas.md | 27 ### 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/ |
D | lv_draw_vglite_rect.c | 125 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/ |
D | led.md | 5 …rcle) object whose brightness can be adjusted. With lower brightness the colors of the LED become …
|
D | span.md | 5 …e label object, `spangroup` can render text styled with different fonts, colors, and sizes into th…
|
/lvgl-3.7.0/docs/ |
D | ROADMAP.md | 13 - Switch to RGBA colors in styles
|
D | CONTRIBUTING.md | 110 The span widget allows mixing different font sizes, colors and styles.
|
D | CHANGELOG.md | 1181 - 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/ |
D | README.md | 49 - `TEST_ASSERT_EQUAL_COLOR(color1, color2)` Compare two colors.
|
/lvgl-3.7.0/docs/intro/ |
D | index.md | 188 ### 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/ |
D | Doxyfile | 1169 # 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
|