:orphan: .. title:: choice: Chroma key color .. _choice_330: .. describe:: choice: Chroma key color *Chroma key color* Type: ``bool`` Help ==== Color to to use as chroma key Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LVGL_COLOR_TRANSP_GREEN ` Choice options ============== - \ :option:`LVGL_COLOR_TRANSP_RED ` - \ :option:`LVGL_COLOR_TRANSP_GREEN ` - \ :option:`LVGL_COLOR_TRANSP_BLUE ` - \ :option:`LVGL_COLOR_TRANSP_CUSTOM ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.graphical:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:24`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings .. parsed-literal:: choice bool "Chroma key color" default \ :option:`LVGL_COLOR_TRANSP_GREEN ` depends on \ :option:`LVGL ` help Color to to use as chroma key *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*