Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RGBQuad Object defines the pixel color values in an uncompressed DIB Object (section 2.2.2.9).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Blue |
Green |
Red |
Reserved |
Blue (1 byte): An 8-bit unsigned integer that defines the relative intensity of blue.
Green (1 byte): An 8-bit unsigned integer that defines the relative intensity of green.
Red (1 byte): An 8-bit unsigned integer that defines the relative intensity of red.
Reserved (1 byte): An 8-bit unsigned integer that MUST be 0x00.