C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
UiColor Struct Reference

#include </usr/local/src/C-Menu/src/ui/ui_notcurses_internal.h>

Collaboration diagram for UiColor:
[legend]

Data Fields

union { 
   struct { 
      uint8_t   b 
      uint8_t   g 
      uint8_t   r 
   } 
   uint32_t   rgb 
}; 

Detailed Description

Definition at line 208 of file ui_notcurses_internal.h.

Field Documentation

◆ [union]

union { ... } UiColor

◆ b

uint8_t UiColor::b

Definition at line 211 of file ui_notcurses_internal.h.

◆ g

uint8_t UiColor::g

Definition at line 211 of file ui_notcurses_internal.h.

◆ r

uint8_t UiColor::r

Definition at line 211 of file ui_notcurses_internal.h.

◆ rgb

uint32_t UiColor::rgb

Definition at line 213 of file ui_notcurses_internal.h.


The documentation for this struct was generated from the following file: