Description:
This object represents a pixel of the image.
Interface:
IIGPixel extends IIGObject
Members:
Properties
CMYK_C Property |
This property provides convenient access to the Cyan component for CMYK pixel, same as Value[0]. |
CMYK_K Property |
This property provides convenient access to the Black component for CMYK pixel, same as Value[3]. |
CMYK_M Property |
This property provides convenient access to the Magenta component for CMYK pixel, same as Value[1]. |
CMYK_Y Property |
This property provides convenient access to the Yellow component for CMYK pixel, same as Value[2]. |
Gray Property |
This property provides convenient access to pixel value for the grayscale pixel, same as Value[0]. |
Index Property |
This property provides convenient access to pixel vale for the indexed pixel, same as Value[0]. |
RGB_B Property |
This property provides convenient access to the Blue component for RGB pixel, same as Value[0]. |
RGB_G Property |
This property provides convenient access to the Green component for RGB pixel, same as Value[1]. |
RGB_R Property |
This get/set property provides convenient access to the Red component for RGB pixel, same as Value[2]. |
Type Property |
This property returns the type of pixel (CMYK, RGB, Gray, or Indexed) |
Value Property |
This indexed property provides access to pixel values. |