C++
virtual AcGiImageOrg organization() const;
Description
Returns the pixel organization scheme of the source image file. Requires that the image be loaded to work properly. If the image is not loaded, the value kAcGiRGBA is returned.
Possible return values are kAcGiBitonal for bitonal (two color) images, kAcGiPalette for paletted images, kAcGiRGB for red-green-blue images, and kAcGiRGBA for red-green-blue-alpha images.