Photon 1.0.0
|
#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) |
const color black | ( | 0 | , |
0 | , | ||
0 | , | ||
255 | |||
) |
const color transparent | ( | 0 | , |
0 | , | ||
0 | , | ||
0 | |||
) |
const color white | ( | 255 | , |
255 | , | ||
255 | , | ||
255 | |||
) |