Photon 1.0.0
Loading...
Searching...
No Matches
Bitmap.h File Reference
#include <litehtml.h>

Go to the source code of this file.

Classes

struct  color
 
class  Bitmap
 

Namespaces

namespace  canvas_ity
 

Typedefs

using rect = position
 

Functions

const color white (255, 255, 255, 255)
 
const color black (0, 0, 0, 255)
 
const color transparent (0, 0, 0, 0)
 
byte max_color_diff (const Bitmap &a, const Bitmap &b)
 

Typedef Documentation

◆ rect

using rect = position

Function Documentation

◆ black()

const color black ( ,
,
,
255   
)

◆ max_color_diff()

byte max_color_diff ( const Bitmap a,
const Bitmap b 
)

◆ transparent()

const color transparent ( ,
,
,
 
)

◆ white()

const color white ( 255  ,
255  ,
255  ,
255   
)