constixel
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nconstixel
 NshapesFluent shape API classes for method chaining
 CcircleFluent API for drawing circles
 Ccircle_aaFluent API for drawing anti-aliased circles
 ClineFluent API for drawing lines
 Cline_aaFluent API for drawing anti-aliased lines
 CpointFluent API for drawing points
 CrectFluent API for drawing rectangles
 Cround_rectFluent API for drawing rounded rectangles
 Cround_rect_aaFluent API for drawing anti-aliased rounded rectangles
 Ctext_aaFluent API for drawing anti-aliased text
 Ctext_centered_aaFluent API for drawing centered anti-aliased text
 Ctext_centered_monoFluent API for drawing centered monospace text
 Ctext_monoFluent API for drawing monospace text
 Cdraw_circle
 Cdraw_line
 Cdraw_rect
 Cdraw_round_rect
 Cdraw_string
 Cformat_1bit1-bit format, just b/w. Use as template parameter for image. Example:
 Cformat_24bit24-bit format. Use as template parameter for image. Example:
 Cformat_2bit2-bit color format, 4 colors total. Use as template parameter for image
 Cformat_32bit32-bit format. Use as template parameter for image. Example:
 Cformat_4bit4-bit color format, 16 colors total. Use as template parameter for image
 Cformat_8bit8-bit format, 256 colors total. Use as template parameter for image. Example:
 CimageCore class of constixel. Holds a buffer of an image width a certain size and format. Typical use:
 Cplot
 CrectBasic rectangle structure