This bean implements an interface to RGB color images in BMP format.
This bean is designed for using VGAbean.
The bean supports 196 colors (7 grades of a red color, 7 grades of a gree color, 4 grades of a blue color).
Pixel color is denoted by a single byte value, where meaning of the bits is the following:
d7 |
d6 |
d5 |
d4 |
d3 |
d2 |
d1 |
d0 |
B1 |
B0 |
G2 |
G1 |
G0 |
R2 |
R1 |
R0 |
Settings '001' and '010' used in a selection of a green (red) color grade always select
the same grade of the green (red) color. That is why only 7 grades of green (red) color
can be used.
This bean belongs to the category: SW-Data