ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure
Properties Methods


In This Topic
    ImGearColorSpace Structure Members
    In This Topic

    The following tables list the members exposed by ImGearColorSpace.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImGearColorSpace struct.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the number of alpha channels in the color space.  
    Public Property Gets the Index of the alpha channel in the color space.  
    Public Property Gets color part of value identifier.  
    Public Property Gets quantity of color channels. It does not include Alpha and Extra channels.  
    Public Property 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.  
    Public Property Gets a value indicating whether the colorspace contains extra (unknown) channels.  
    Public Property Gets the index of the first extra channel in the color space.  
    Public Property Gets a value indicating whether colorspace color channels are pre-multiplied by alpha values or not.  
    Public Property Gets or sets the color space identifier.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Calculates quantity of extra channels in color space with given total channels quantity.  
    Public Methodstatic (Shared in Visual Basic) Verifies whether color space combination is valid (supported).  
    Top
    See Also