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

4-bit color format, 16 colors total. Use as template parameter for image. More...

#include <constixel.hpp>

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

Detailed Description

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

4-bit color format, 16 colors total. Use as template parameter for image.

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: