MagickCore
7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include <pixel.h>
Data Fields | |
unsigned int | red |
unsigned int | green |
unsigned int | blue |
unsigned int | alpha |
unsigned int | black |
unsigned int _PixelPacket::alpha |
Definition at line 205 of file pixel.h.
Referenced by GetImageFeatures(), and QueryColorCompliance().
unsigned int _PixelPacket::black |
Definition at line 205 of file pixel.h.
Referenced by GetImageFeatures().
unsigned int _PixelPacket::blue |
Definition at line 205 of file pixel.h.
Referenced by GetImageFeatures(), and QueryColorCompliance().
unsigned int _PixelPacket::green |
Definition at line 205 of file pixel.h.
Referenced by GetImageFeatures(), and QueryColorCompliance().
unsigned int _PixelPacket::red |
Definition at line 205 of file pixel.h.
Referenced by GetImageFeatures(), and QueryColorCompliance().