WXP C++ Library
Version 6.74.9
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
include
Color.h
1
#ifndef _WINC_COLOR
2
#define _WINC_COLOR
3
4
namespace
WXP
{
5
struct
Color
{
6
char
name
[20];
7
float
red
;
8
float
grn
;
9
float
blu
;
10
int
value
;
12
Color
();
13
int
init();
14
};
15
16
}
17
#endif
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
WXP::Color
This struct stores basic color values.
Definition
Color.h:5
WXP::Color::value
int value
Definition
Color.h:10
WXP::Color::grn
float grn
Definition
Color.h:8
WXP::Color::red
float red
Definition
Color.h:7
WXP::Color::blu
float blu
Definition
Color.h:9
WXP::Color::name
char name[20]
Definition
Color.h:6
Generated on Sun Jul 28 2024 18:05:35 for WXP C++ Library by
1.9.7