GraphicLibrary
0.5.0
|
継承メンバを含む RGB の全メンバ一覧です。
a | RGB | |
add(RGB fg) | RGB | inline |
ALPHA | RGB | static |
alphaXor(RGB fg) | RGB | inline |
b | RGB | |
BIT | RGB | static |
BLUE | RGB | static |
Check_RGBPrimary(T p) | RGB | inlinestatic |
color_type typedef | RGB | |
g | RGB | |
getAlpha(color_type color) | RGB | inlinestatic |
getBlue(color_type color) | RGB | inlinestatic |
getGreen(color_type color) | RGB | inlinestatic |
getRed(color_type color) | RGB | inlinestatic |
GREEN | RGB | static |
in(RGB fg) | RGB | inline |
MASK | RGB | static |
MAX | RGB | static |
operator &(RGB src) const | RGB | inline |
operator &(primary_type src) const | RGB | inline |
operator &=(RGB mask) | RGB | inline |
operator &=(primary_type mask) | RGB | inline |
operator!=(RGB p) const | RGB | inline |
operator+(RGB src) const | RGB | inline |
operator+(primary_type src) const | RGB | inline |
operator+=(RGB rgb) | RGB | inline |
operator+=(primary_type value) | RGB | inline |
operator-(RGB src) const | RGB | inline |
operator-(primary_type src) const | RGB | inline |
operator-=(RGB rgb) | RGB | inline |
operator-=(primary_type value) | RGB | inline |
operator<<(unsigned int shift) const | RGB | inline |
operator<<=(unsigned int shift) | RGB | inline |
operator==(RGB p) const | RGB | inline |
operator>>(unsigned int shift) const | RGB | inline |
operator>>=(unsigned int shift) | RGB | inline |
operator[](size_type index) | RGB | inline |
operator[](size_type index) const | RGB | inline |
operator^(RGB src) const | RGB | inline |
operator^(primary_type src) const | RGB | inline |
operator^=(RGB mask) | RGB | inline |
operator^=(primary_type mask) | RGB | inline |
operator|(RGB src) const | RGB | inline |
operator|(primary_type src) const | RGB | inline |
operator|=(RGB mask) | RGB | inline |
operator|=(primary_type mask) | RGB | inline |
operator~() const | RGB | inline |
out(RGB fg) | RGB | inline |
overlay(RGB fg) | RGB | inline |
primary_type typedef | RGB | |
r | RGB | |
receiveFromParam(primary_type red, primary_type green, primary_type blue, primary_type alpha=RGB::MAX) | RGB | inline |
RED | RGB | static |
RGB(primary_type red, primary_type green, primary_type blue, primary_type alpha=MAX) | RGB | inline |
RGB(color_type c=0) | RGB | inlineexplicit |
RGB_SIZE | RGB | static |
RGBA_SIZE | RGB | static |
sendToParam(primary_type *red, primary_type *green, primary_type *blue, primary_type *alpha) const | RGB | inline |
sendToParam(primary_type *red, primary_type *green, primary_type *blue) const | RGB | inline |
size_type typedef | RGB |