ClassMColor
From MaratisWiki
Revision as of 00:08, 8 February 2014 by
Dahnielson
(
Talk
|
contribs
)
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Jump to:
navigation
,
search
Contents
1
unsigned char MColor::rNone
2
unsigned char MColor::gNone
3
unsigned char MColor::bNone
4
unsigned char MColor::aNone
5
MColor::MColor(void)
6
MColor::MColor(unsigned char newR, unsigned char newG, unsigned char newB, unsigned char newA)
7
MColor::MColor(const MColor &color)
8
MColor::MColor(const MVector3 &color)
9
MColor::MColor(const MVector4 &color)
10
MColor::~MColor()
11
MColor MColor::operator+(const MColor &color) const
12
MColor MColor::operator-(const MColor &color) const
13
MColor MColor::operator+(const int value) const
14
MColor MColor::operator-(const int value) const
15
MColor MColor::operator*(const float value) const
16
MColor MColor::operator/(const float value) const
17
bool MColor::operator==(const MColor &color) const
18
bool MColor::operator!=(const MColor &color) const
19
MColor::operator unsigned char *() const
20
MColor::operator const unsigned char *() const
21
void MColor::set(unsigned char newR, unsigned char newG, unsigned char newB, unsigned char newA)
unsigned char MColor::rNone
unsigned char MColor::gNone
unsigned char MColor::bNone
unsigned char MColor::aNone
MColor::MColor(void)
MColor::MColor(unsigned char newR, unsigned char newG, unsigned char newB, unsigned char newA)
MColor::MColor(const MColor &color)
MColor::MColor(const MVector3 &color)
MColor::MColor(const MVector4 &color)
MColor::~MColor()
MColor MColor::operator+(const MColor &color) const
MColor MColor::operator-(const MColor &color) const
MColor MColor::operator+(const int value) const
MColor MColor::operator-(const int value) const
MColor MColor::operator*(const float value) const
MColor MColor::operator/(const float value) const
bool MColor::operator==(const MColor &color) const
bool MColor::operator!=(const MColor &color) const
MColor::operator unsigned char *() const
MColor::operator const unsigned char *() const
void MColor::set(unsigned char newR, unsigned char newG, unsigned char newB, unsigned char newA)
Category
:
Doxygen
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
Actions
Search
Navigation
Main page
User manual
Script documentation
Code documentation
Recent changes
Toolbox
What links here
Related changes
Special pages
Permanent link