Classes | |
class | clan::Color |
Color description class. More... | |
class | clan::Colorf |
Floating point color description class (for float). More... | |
class | clan::ColorHSLx< Type, ColorType > |
Color HSL description class. More... | |
class | clan::ColorHSVx< Type, ColorType > |
Color HSV description class. More... | |
class | clan::CursorDescription |
This class contains everything to construct a cursor - its data, default settings etc. More... | |
class | clan::CursorDescriptionFrame |
This class describes a single frame in a cursor description. More... | |
class | clan::Gradient |
Colorgradient description class. More... | |
class | clan::Image |
Image class. More... | |
class | clan::SpanLayout |
Span layout class. More... | |
class | clan::Sprite |
Sprite class. More... | |
class | clan::StandardColor |
Standard X11/HTML named colors. More... | |
class | clan::StandardColorf |
Standard X11/HTML named colors (for float) More... | |
class | clan::Subtexture |
Sub-texture description. More... | |
class | clan::TextureGroup |
Texture grouping class. More... | |
Typedefs | |
typedef ColorHSLx< double, Colorf > | clan::ColorHSLd |
typedef ColorHSLx< float, Colorf > | clan::ColorHSLf |
typedef ColorHSLx< int, Color > | clan::ColorHSLi |
typedef ColorHSVx< double, Colorf > | clan::ColorHSVd |
typedef ColorHSVx< float, Colorf > | clan::ColorHSVf |
typedef ColorHSVx< int, Color > | clan::ColorHSVi |
Enumerations | |
enum | clan::SpanAlign { clan::span_left, clan::span_right, clan::span_center, clan::span_justify } |
Span Align. More... | |
typedef ColorHSLx<double, Colorf> clan::ColorHSLd |
typedef ColorHSLx<float, Colorf> clan::ColorHSLf |
typedef ColorHSLx<int, Color> clan::ColorHSLi |
typedef ColorHSVx<double, Colorf> clan::ColorHSVd |
typedef ColorHSVx<float, Colorf> clan::ColorHSVf |
typedef ColorHSVx<int, Color> clan::ColorHSVi |
enum clan::SpanAlign |