docs(display) remove built-in color list as they no longer exist in this manner
This commit is contained in:
@@ -168,31 +168,6 @@ To describe opacity the `lv_opa_t` type is created as a wrapper to `uint8_t`. So
|
|||||||
|
|
||||||
You can also use the `LV_OPA_*` defines in `lv_color_mix()` as a *ratio*.
|
You can also use the `LV_OPA_*` defines in `lv_color_mix()` as a *ratio*.
|
||||||
|
|
||||||
### Built-in colors
|
|
||||||
|
|
||||||
The color module defines the most basic colors such as:
|
|
||||||
|
|
||||||
-  `LV_COLOR_WHITE`
|
|
||||||
-  `LV_COLOR_BLACK`
|
|
||||||
-  `LV_COLOR_GRAY`
|
|
||||||
-  `LV_COLOR_SILVER`
|
|
||||||
-  `LV_COLOR_RED`
|
|
||||||
-  `LV_COLOR_MAROON`
|
|
||||||
-  `LV_COLOR_LIME`
|
|
||||||
-  `LV_COLOR_GREEN`
|
|
||||||
-  `LV_COLOR_OLIVE`
|
|
||||||
-  `LV_COLOR_BLUE`
|
|
||||||
-  `LV_COLOR_NAVY`
|
|
||||||
-  `LV_COLOR_TEAL`
|
|
||||||
-  `LV_COLOR_CYAN`
|
|
||||||
-  `LV_COLOR_AQUA`
|
|
||||||
-  `LV_COLOR_PURPLE`
|
|
||||||
-  `LV_COLOR_MAGENTA`
|
|
||||||
-  `LV_COLOR_ORANGE`
|
|
||||||
-  `LV_COLOR_YELLOW`
|
|
||||||
|
|
||||||
as well as `LV_COLOR_WHITE` (fully white).
|
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user