, including all inherited members.
Alpha | sp::video::color | |
black | sp::video::color | [static] |
Blue | sp::video::color | |
blue | sp::video::color | [static] |
color() | sp::video::color | [inline] |
color(u8 Brightness) | sp::video::color | [inline] |
color(u8 R, u8 G, u8 B, u8 A=255) | sp::video::color | [inline] |
color(const color &other) | sp::video::color | [inline] |
color(const color &other, u8 A) | sp::video::color | [inline] |
color(const dim::vector3df &Color, bool Adjust=true) | sp::video::color | [inline] |
color(const dim::vector4df &Color, bool Adjust=true) | sp::video::color | [inline] |
empty | sp::video::color | [static] |
equal(const color &other, bool isIncludingAlpha=true) const | sp::video::color | [inline] |
fromName(io::stringc Name) | sp::video::color | [inline, static] |
getBrightness() const | sp::video::color | [inline] |
getFloatArray(f32 *ColorArray) const | sp::video::color | [inline] |
getIntensity(const color &other) const | sp::video::color | [inline] |
getIntensity(f32 Intensity) const | sp::video::color | [inline] |
getInverse() const | sp::video::color | [inline] |
getInverse(bool isRedInverse, bool isGreenInverse, bool isBlueInverse, bool isAlphaInverse=false) const | sp::video::color | [inline] |
getSingle() const | sp::video::color | [inline] |
getVector(bool Adjust=false) const | sp::video::color | [inline] |
gray() const | sp::video::color | [inline] |
Green | sp::video::color | |
green | sp::video::color | [static] |
operator!=(const color &other) const | sp::video::color | [inline] |
operator*(const color &other) const | sp::video::color | [inline] |
operator*(u8 Factor) const | sp::video::color | [inline] |
operator*(f32 Factor) const | sp::video::color | [inline] |
operator*=(const color &other) | sp::video::color | [inline] |
operator*=(u8 Factor) | sp::video::color | [inline] |
operator*=(f32 Factor) | sp::video::color | [inline] |
operator+(const color &other) const | sp::video::color | [inline] |
operator+=(const color &other) | sp::video::color | [inline] |
operator-(const color &other) const | sp::video::color | [inline] |
operator-=(const color &other) | sp::video::color | [inline] |
operator/(const color &other) const | sp::video::color | [inline] |
operator/(u8 Factor) const | sp::video::color | [inline] |
operator/=(const color &other) | sp::video::color | [inline] |
operator/=(u8 Factor) | sp::video::color | [inline] |
operator==(const color &other) const | sp::video::color | [inline] |
operator[](s32 i) const | sp::video::color | [inline] |
operator[](s32 i) | sp::video::color | [inline] |
pink | sp::video::color | [static] |
red | sp::video::color | [static] |
Red | sp::video::color | |
set(u8 R, u8 G, u8 B, u8 A) | sp::video::color | [inline] |
setFloatArray(const f32 *ColorArray) | sp::video::color | [inline] |
setIntensity(const color &other) | sp::video::color | [inline] |
setIntensity(f32 Intensity) | sp::video::color | [inline] |
setInverse() | sp::video::color | [inline] |
setInverse(bool isRedInverse, bool isGreenInverse, bool isBlueInverse, bool isAlphaInverse=false) | sp::video::color | [inline] |
setSingle(u32 Color) | sp::video::color | [inline] |
white | sp::video::color | [static] |
yellow | sp::video::color | [static] |
~color() | sp::video::color | [inline] |