Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nconstixel | |
▼Nshapes | Fluent shape API classes for method chaining |
Ccircle | Fluent API for drawing circles |
Ccircle_aa | Fluent API for drawing anti-aliased circles |
Cline | Fluent API for drawing lines |
Cline_aa | Fluent API for drawing anti-aliased lines |
Cpoint | Fluent API for drawing points |
Crect | Fluent API for drawing rectangles |
Cround_rect | Fluent API for drawing rounded rectangles |
Cround_rect_aa | Fluent API for drawing anti-aliased rounded rectangles |
Ctext_aa | Fluent API for drawing anti-aliased text |
Ctext_centered_aa | Fluent API for drawing centered anti-aliased text |
Ctext_centered_mono | Fluent API for drawing centered monospace text |
Ctext_mono | Fluent API for drawing monospace text |
Cdraw_circle | |
Cdraw_line | |
Cdraw_rect | |
Cdraw_round_rect | |
Cdraw_string | |
Cformat_1bit | 1-bit format, just b/w. Use as template parameter for image. Example: |
Cformat_24bit | 24-bit format. Use as template parameter for image. Example: |
Cformat_2bit | 2-bit color format, 4 colors total. Use as template parameter for image |
Cformat_32bit | 32-bit format. Use as template parameter for image. Example: |
Cformat_4bit | 4-bit color format, 16 colors total. Use as template parameter for image |
Cformat_8bit | 8-bit format, 256 colors total. Use as template parameter for image. Example: |
Cimage | Core class of constixel. Holds a buffer of an image width a certain size and format. Typical use: |
Cplot | |
Crect | Basic rectangle structure |