constixel
Loading...
Searching...
No Matches
constixel::format_1bit< W, H, GRAYSCALE, USE_SPAN > Class Template Reference

1-bit format, just b/w. Use as template parameter for image. Example: More...

#include <constixel.hpp>

Inheritance diagram for constixel::format_1bit< W, H, GRAYSCALE, USE_SPAN >:

Detailed Description

template<size_t W, size_t H, bool GRAYSCALE, bool USE_SPAN>
class constixel::format_1bit< W, H, GRAYSCALE, USE_SPAN >

1-bit format, just b/w. Use as template parameter for image. Example:

Core class of constixel. Holds a buffer of an image width a certain size and format....
Definition constixel.hpp:3502
Template Parameters
WWidth in pixels.
HHeight in pixels.
GRAYSCALEGrayscale palette.

The documentation for this class was generated from the following file: