Description:
This object represents an array of pixels.
Interface:
IIGPixelArray extends IIGArray
Members:
Properties
| CMYK_C Property |
This indexed property provides access to the Cyan component for CMYK pixel. |
| CMYK_K Property |
This indexed property provides access to the Black component for CMYK pixel. |
| CMYK_M Property |
This indexed property provides access to the Magenta component for CMYK pixel. |
| CMYK_Y Property |
This indexed property provides access to the Yellow component for CMYK pixel. |
| Format Property |
This property returns the type of pixel array |
| Gray Property |
This indexed property provides access to pixel value for the grayscale pixel. |
| Index Property |
This indexed property provides access to pixel value for the indexed pixel. |
| RGB_B Property |
This indexed property provides access to the Blue component for RGB pixel. |
| RGB_G Property |
This indexed property provides access to the Green component for RGB pixel. |
| RGB_R Property |
This indexed property provides access to the Red component for RGB pixel. |
| Size Property |
This property returns the number of pixels in the array. |