FireBirdLib - Topfield TMS PVR TAP Programming Library
INIGetRGB8.c File Reference
#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 INIGetRGB8 (char *Key, byte *Red, byte *Green, byte *Blue, dword DefaultValue)
 

Function Documentation

◆ INIGetRGB8()

bool INIGetRGB8 ( char *  Key,
byte *  Red,
byte *  Green,
byte *  Blue,
dword  DefaultValue 
)

Definition at line 9 of file INIGetRGB8.c.

References INIFindStartEnd(), ParseLine(), TRACEENTER, and TRACEEXIT.