MythTV
master
mythtv
libs
libmythtv
visualisations
goom
graphic.cpp
Go to the documentation of this file.
1
#include "
graphic.h
"
2
3
const
Color
BLACK
= { .
r
=0, .v=0, .b=0 };
4
const
Color
WHITE
= { .
r
=0xff, .v=0xff, .b=0xff };
5
const
Color
RED
= { .
r
=0xff, .v=0, .b=0 };
6
const
Color
GREEN
= { .
r
=0, .v=0xff, .b=0 };
7
const
Color
BLUE
= { .
r
=0, .v=0, .b=0xff };
8
const
Color
YELLOW
= { .
r
=0xff, .v=0xff, .b=0x33 };
9
const
Color
ORANGE
= { .
r
=0xff, .v=0xcc, .b=0x00 };
10
const
Color
VIOLET
= { .
r
=0x55, .v=0x00, .b=0xff };
11
12
unsigned
int
SIZE
;
13
unsigned
int
HEIGHT
;
14
unsigned
int
WIDTH
;
VIOLET
const Color VIOLET
Definition:
graphic.cpp:10
SIZE
unsigned int SIZE
Definition:
graphic.cpp:12
HEIGHT
unsigned int HEIGHT
Definition:
graphic.cpp:13
BLUE
const Color BLUE
Definition:
graphic.cpp:7
YELLOW
const Color YELLOW
Definition:
graphic.cpp:8
RED
const Color RED
Definition:
graphic.cpp:5
WHITE
const Color WHITE
Definition:
graphic.cpp:4
ORANGE
const Color ORANGE
Definition:
graphic.cpp:9
BLACK
const Color BLACK
Definition:
graphic.cpp:3
WIDTH
unsigned int WIDTH
Definition:
graphic.cpp:14
GREEN
const Color GREEN
Definition:
graphic.cpp:6
graphic.h
Color
Definition:
graphic.h:5
Color::r
unsigned short r
Definition:
graphic.h:6
Generated on Mon Jun 1 2026 03:15:42 for MythTV by
1.9.4