DBPix Documentation
Version 2.0

ImageColorMode Property


Description:  Returns the color-mode of the current image.
Type:  Number (enum/short)
Read/Get
Write/Set:
  
 
 
Remarks:  

ConstantValueDescription
ImageColorFormatNone0Unknown color format or no image loaded.
ImageColorFormatRGB1RGB Color.
ImageColorFormatRGBAlpha2RGB Color + Alpha channel.
ImageColorFormatIndexed3Indexed color (palletized).
ImageColorFormatGray4Grayscale.
ImageColorFormatGrayAlpha5Grayscale + Alpha channel.

 

 

Documentation version 2.0.0