rag
graphic 2d engine
rag::Color Member List

This is the complete list of members for rag::Color, including all inherited members.

a (defined in rag::Color)rag::Color
b (defined in rag::Color)rag::Color
black (defined in rag::Color)rag::Colorstatic
Color(float r=1, float g=1, float b=1, float a=1)rag::Color
Color(std::string color)rag::Color
createABGR(int r, int g, int b, int a)rag::Colorstatic
createRGBA(int r, int g, int b, int a)rag::Colorstatic
g (defined in rag::Color)rag::Color
operator!=(const Color &rhs) (defined in rag::Color)rag::Color
operator*(const Color &rhs) const (defined in rag::Color)rag::Color
operator*(float value) const (defined in rag::Color)rag::Color
operator*=(const Color &rhs) (defined in rag::Color)rag::Color
operator*=(float value) (defined in rag::Color)rag::Color
operator+(const Color &rhs) const (defined in rag::Color)rag::Color
operator+=(const Color &rhs) (defined in rag::Color)rag::Color
operator/(const Color &rhs) const (defined in rag::Color)rag::Color
operator/(float value) const (defined in rag::Color)rag::Color
operator/=(const Color &rhs) (defined in rag::Color)rag::Color
operator/=(float value) (defined in rag::Color)rag::Color
operator==(const Color &rhs) (defined in rag::Color)rag::Color
r (defined in rag::Color)rag::Color
toABGR() const rag::Color
toRGBA() const rag::Color
toString()rag::Color
white (defined in rag::Color)rag::Colorstatic