FireBirdLib - Topfield TMS PVR TAP Programming Library
INISetARGB8.c
Go to the documentation of this file.
1
#include "
FBLib_ini.h
"
2
#include "
libFireBird.h
"
3
4
void
INISetARGB8
(
char
*Key,
byte
Alpha,
byte
Red,
byte
Green,
byte
Blue)
5
{
6
TRACEENTER
();
7
8
char
argb[20];
9
10
sprintf(argb,
"%3.3d,%3.3d,%3.3d,%3.3d"
, Alpha, Red, Green, Blue);
11
INISetString
(Key, argb);
12
13
TRACEEXIT
();
14
}
FBLib_ini.h
INISetARGB8
void INISetARGB8(char *Key, byte Alpha, byte Red, byte Green, byte Blue)
Definition:
INISetARGB8.c:4
INISetString
void INISetString(char *Key, char *Value)
Definition:
INISetString.c:6
libFireBird.h
TRACEEXIT
#define TRACEEXIT()
Definition:
libFireBird.h:1244
TRACEENTER
#define TRACEENTER()
Definition:
libFireBird.h:1243
ini
INISetARGB8.c
Generated on Fri Apr 29 2022 13:34:01 for FireBirdLib - Topfield TMS PVR TAP Programming Library by
1.9.3