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