Canvas graphics library  0.1.0
This library is developed to perform canvas graphics in memory buffers
Classes
canvas.h File Reference
#include "point.h"
#include "rect.h"
#include "font.h"
#include "canvas_types.h"

Go to the source code of this file.

Classes

class  NanoCanvasOps< BPP >
 
class  NanoCanvasBase< BPP >
 
class  NanoCanvas< W, H, BPP >
 
class  NanoCanvas1
 
class  NanoCanvas1_8
 
class  NanoCanvas1_16
 
class  NanoCanvas4
 
class  NanoCanvas8
 
class  NanoCanvas16
 

Enumerations

enum  { BLACK = 0x00, WHITE = 0xFF }
 

Detailed Description

Drawing in memory buffer

Definition in file canvas.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
BLACK 

Black color.

WHITE 

White color.

Definition at line 386 of file canvas.h.