EHS
Color3.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Types.h
"
4
5
namespace
ehs
6
{
7
class
EHS_LIB_IO
Color3
8
{
9
public
:
10
float
r
;
11
float
g
;
12
float
b
;
13
14
Color3
();
15
16
Color3
(
float
scalar);
17
18
Color3
(
float
r,
float
g,
float
b);
19
20
Color3
(
const
Color3
& color);
21
22
Color3
& operator=(
float
scalar);
23
24
Color3
& operator=(
const
Color3
& color);
25
26
bool
operator==
(
const
Color3
& color)
const
;
27
28
bool
operator!=
(
const
Color3
& color)
const
;
29
30
float
operator[](UInt_64 i)
const
;
31
32
float
& operator[](UInt_64 i);
33
34
Color3
& operator*=(
const
Color3
& color);
35
36
Color3
operator*(
const
Color3
& color)
const
;
37
};
38
}
operator!=
bool operator!=(const T *const first, const ehs::Str< T, N > &second)
Definition:
Str.h:1967
operator==
bool operator==(const T *const first, const ehs::Str< T, N > &second)
Definition:
Str.h:1957
Types.h
ehs::Color3
Definition:
Color3.h:8
ehs::Color3::b
float b
Definition:
Color3.h:12
ehs::Color3::g
float g
Definition:
Color3.h:11
ehs::Color3::r
float r
Definition:
Color3.h:10
ehs
Definition:
Anchor.h:6
include
ehs
Color3.h
Generated by
1.9.4