Open CASCADE Technology  7.7.0
Data Structures

Image_Color.hxx File Reference

#include <Standard.hxx>

Data Structures

struct  Image_ColorRGB
 POD structure for packed RGB color value (3 bytes) More...
 
struct  Image_ColorRGB32
 POD structure for packed RGB color value (4 bytes with extra byte for alignment) More...
 
struct  Image_ColorRGBA
 POD structure for packed RGBA color value (4 bytes) More...
 
struct  Image_ColorBGR
 POD structure for packed BGR color value (3 bytes) More...
 
struct  Image_ColorBGR32
 POD structure for packed BGR color value (4 bytes with extra byte for alignment) More...
 
struct  Image_ColorBGRA
 POD structure for packed BGRA color value (4 bytes) More...
 
struct  Image_ColorRGF
 POD structure for packed float RG color value (2 floats) More...
 
struct  Image_ColorRGBF
 POD structure for packed float RGB color value (3 floats) More...
 
struct  Image_ColorBGRF
 POD structure for packed BGR float color value (3 floats) More...
 
struct  Image_ColorRGBAF
 POD structure for packed RGBA color value (4 floats) More...
 
struct  Image_ColorBGRAF
 POD structure for packed float BGRA color value (4 floats) More...