#include <string.h>#include <stdlib.h>#include <ctype.h>#include "FBLib_ini.h"#include "libFireBird.h"Go to the source code of this file.
Functions | |
| bool | INIGetARGB8 (char *Key, byte *Alpha, byte *Red, byte *Green, byte *Blue, dword DefaultValue) |
| bool INIGetARGB8 | ( | char * | Key, |
| byte * | Alpha, | ||
| byte * | Red, | ||
| byte * | Green, | ||
| byte * | Blue, | ||
| dword | DefaultValue | ||
| ) |
Definition at line 7 of file INIGetARGB8.c.
References A8888, B8888, G8888, INIFindStartEnd(), ParseLine(), R8888, TRACEENTER, and TRACEEXIT.