#include <pixel.h>
Data Fields | |
| unsigned long | red |
| unsigned long | green |
| unsigned long | blue |
| unsigned long | opacity |
| unsigned long | index |
Definition at line 28 of file pixel.h.
| unsigned long _LongPixelPacket::blue |
Definition at line 31 of file pixel.h.
Referenced by BlackThresholdImageChannel(), IsLongGrayPixel(), OrderedPosterizeImageChannel(), QueryMagickColor(), and WhiteThresholdImageChannel().
| unsigned long _LongPixelPacket::green |
Definition at line 31 of file pixel.h.
Referenced by BlackThresholdImageChannel(), IsLongGrayPixel(), OrderedPosterizeImageChannel(), QueryMagickColor(), and WhiteThresholdImageChannel().
| unsigned long _LongPixelPacket::index |
Definition at line 31 of file pixel.h.
Referenced by BlackThresholdImageChannel(), OrderedPosterizeImageChannel(), and WhiteThresholdImageChannel().
| unsigned long _LongPixelPacket::opacity |
Definition at line 31 of file pixel.h.
Referenced by BlackThresholdImageChannel(), OrderedPosterizeImageChannel(), QueryMagickColor(), and WhiteThresholdImageChannel().
| unsigned long _LongPixelPacket::red |
Definition at line 31 of file pixel.h.
Referenced by BlackThresholdImageChannel(), IsLongGrayPixel(), OrderedPosterizeImageChannel(), QueryMagickColor(), and WhiteThresholdImageChannel().
1.5.7.1