| BitsPerChannel |  |
A property used to describe the number of bits per channel, or bands.
|
| ByteCastingLUT |  | property ByteCastingLUT |
| BytesPerChannel |  |
A read only property used to describe the size of each channel of a pixel.
|
| ColorMap |  |
The ColorMap property can be used before creation of an indexed color image to specify the color map for the new image. It is also used by the Image object to support getting the color map (palette) of an image. Since the image's type is a COPY and all changes to it are ignored, there would be no way to change an image's color map (palette) without this. The color map supplied should be an array of COLORREFs (DWORDS).
Note that the color map (palette) is a very different entity than the casting palette which is only used for conversion TO an indexed color image.
Note also that the palette supplied could be a different size than the number of colors in the image, especially for 12- or 16-bit images. The image will deal with this when asked for the extended LUT (for display).
|
| ColorMapLength |  |
Used by the pixel buffer to support getting the length color map (palette) of an image (see comments in ColorMap). Returns 0 (zero) if the color map has not been set, or if the image is not an indexed color image.
|
| Interpretation |  |
A property used to attach an image to the viewer.
|
| IsEquivalent |  |
Compares two McImageType objects.
|
| IsValid |  |
Veifies the McImageType object contains a valid combination of property values..
|
| LuminanceChannel |  |
A read only property used to indicate which one channel (if any) encodes luminance data.
|
| MaxCastingLuminance |  |
Used when converting pixel bit depths; determines scaling factors.
|
| MinCastingLuminance |  |
Used when converting pixel bit depths; determines scaling factors.
|
| NumberOfChannels |  |
The number of channels, or bands, per pixel.
|
| Organization |  |
A property that describes the memory layout of an image.
|
| PaletteCastingMethod |  |
Selects a casting option for the image when converting to an Indexed palette.
|
| PixelDataType |  |
A property used to indicate wheter pixel values are integer or floating point.
|
| RangeMax |  |
Used to change the default maximum value expected within the image.
|
| RangeMin |  |
Used to change the default minimum value expected within the image.
|