ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearColorSpace Class |
The following tables list the members exposed by ImGearColorSpace.
Name | Description | |
---|---|---|
![]() | ImGearColorSpace Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | containsAlpha | Gets a value indicating whether the colorspace contains an alpha channel. It does not take into account whether the color channels are pre-multiplied by alpha channel or not.
|
![]() | containsExtra | Gets a value indicating whether the colorspace contains extra (unknown) channels.
|
![]() | getAlphaChannelCount | Gets the number of alpha channels in the color space.
|
![]() | getAlphaIndex | Gets the Index of the alpha channel in the color space.
|
![]() | getColor | Gets color part of value identifier.
|
![]() | getColorChannelCount | Gets quantity of color channels. It does not include Alpha and Extra channels.
|
![]() | getExtraChannelCount | Overloaded. Calculates quantity of extra channels in color space with given total channels quantity. |
![]() | getExtraStartIndex | Gets the index of the first extra channel in the color space.
|
![]() | getValue | Gets the color space identifier.
See ImGearColorSpaceIDs for information on valid combinations of flags. Set accessor throws ImGearException if invalid value is passed. |
![]() | isPremultiplied | Gets a value indicating whether colorspace color channels are pre-multiplied by alpha values or not.
|
![]() ![]() | isWellFormed | Verifies whether color space combination is valid (supported).
See ImGearColorSpaceIDs for information on valid combinations of flags. |
![]() | setValue | Sets the color space identifier.
See ImGearColorSpaceIDs for information on valid combinations of flags. Set accessor throws ImGearException if invalid value is passed. |