|
ArgPar-C v1.0.0-build
Simple and powerful Argument Parser for C
|
#include <APC_ArgParser.h>
Data Fields | |
| enum APC_RGB_Command | __externalAction |
| unsigned int | b |
| unsigned int | g |
| unsigned int | r |
Definition at line 53 of file APC_ArgParser.h.
| enum APC_RGB_Command APC_RGB::__externalAction |
Definition at line 55 of file APC_ArgParser.h.
Referenced by __apc_colorFormat(), and __apc_rgbToRGBStruct().
| unsigned int APC_RGB::b |
Definition at line 59 of file APC_ArgParser.h.
Referenced by __apc_colorFormat(), and __apc_rgbToRGBStruct().
| unsigned int APC_RGB::g |
Definition at line 58 of file APC_ArgParser.h.
Referenced by __apc_colorFormat(), and __apc_rgbToRGBStruct().
| unsigned int APC_RGB::r |
Definition at line 57 of file APC_ArgParser.h.
Referenced by __apc_colorFormat(), and __apc_rgbToRGBStruct().