constixel
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cconstixel::shapes::circle< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing circles
 Cconstixel::shapes::circle_aa< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing anti-aliased circles
 Cconstixel::draw_circle
 Cconstixel::draw_line
 Cconstixel::draw_rect
 Cconstixel::draw_round_rect
 Cconstixel::draw_string
 Cformat
 Cconstixel::format_1bit< W, H, GRAYSCALE, USE_SPAN >1-bit format, just b/w. Use as template parameter for image. Example:
 Cconstixel::format_24bit< W, H, GRAYSCALE, USE_SPAN >24-bit format. Use as template parameter for image. Example:
 Cconstixel::format_2bit< W, H, GRAYSCALE, USE_SPAN >2-bit color format, 4 colors total. Use as template parameter for image
 Cconstixel::format_32bit< W, H, GRAYSCALE, USE_SPAN >32-bit format. Use as template parameter for image. Example:
 Cconstixel::format_4bit< W, H, GRAYSCALE, USE_SPAN >4-bit color format, 16 colors total. Use as template parameter for image
 Cconstixel::format_8bit< W, H, GRAYSCALE, USE_SPAN >8-bit format, 256 colors total. Use as template parameter for image. Example:
 Cconstixel::image< T, W, H, GRAYSCALE, USE_SPAN >Core class of constixel. Holds a buffer of an image width a certain size and format. Typical use:
 Cconstixel::shapes::line< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing lines
 Cconstixel::shapes::line_aa< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing anti-aliased lines
 Cconstixel::plot
 Cconstixel::shapes::point< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing points
 Cconstixel::rect< T >Basic rectangle structure
 Cconstixel::shapes::rect< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing rectangles
 Cconstixel::shapes::round_rect< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing rounded rectangles
 Cconstixel::shapes::round_rect_aa< T, W, H, GRAYSCALE, USE_SPAN >Fluent API for drawing anti-aliased rounded rectangles
 Cconstixel::shapes::text_aa< FONT, T, W, H, GRAYSCALE, USE_SPAN, KERNING, ROTATION >Fluent API for drawing anti-aliased text
 Cconstixel::shapes::text_centered_aa< FONT, T, W, H, GRAYSCALE, USE_SPAN, KERNING, ROTATION >Fluent API for drawing centered anti-aliased text
 Cconstixel::shapes::text_centered_mono< FONT, T, W, H, GRAYSCALE, USE_SPAN, KERNING, ROTATION >Fluent API for drawing centered monospace text
 Cconstixel::shapes::text_mono< FONT, T, W, H, GRAYSCALE, USE_SPAN, KERNING, ROTATION >Fluent API for drawing monospace text