ImageGear for Java
ImGearColorSpaceIDs Enumeration
Specifies ImageGear color space IDs.

Specifies color space IDs. All colorspaces listed in this enumeration are supported for internal image storage.

ImageGear also supports colorspaces corresponding to valid combinations of ImGearColorSpaceIDs identifiers. Valid values are composed of a color identifier, such as RGB, Gy, Lab, etc, an optional Alpha and premulultiplied Alpha channel identifiers, and an optional Extra channel identifier. If Premultiplied Alpha bit is set, Alpha bit shall also be set. Only RGB and Gy colorspaces are currently allowed to be combined with Alpha or Premultiplied Alpha.

Members
MemberDescription
AImage has alpha channel; color channels are not pre-multiplied by Alpha channel.
CMYCMY color space.
CMYKCMYK color space.
COLORMASKTo remove bits containing channel information. Removes contribution from A, P, and Ex in integral representation of aggregation of enum constants as returned by enumSetToInt.
ExExtra channel.
GyGrayscale color space.
HLSHLS color space.
IIndexed RGB color space. Has RGBQuad palette and one channel. Channel depth is <= 8; the number of palette entries is 2^<channel depth>. No other color space can have non-null palette.
IHSIHS color space.
LABLAB color space.
PPremultiplied channel.
RGBRGB color space.
YCbCrYCbCr color space.
YIQYIQ color space.
YUVYUV color space.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.core.ImGearColorSpaceIDs

See Also

Reference

com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback