The following tables list the members exposed by ImGearPDEColorSpace.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | BaseColorComponents | 
            Gets the number of components in the base color space of an indexed color space.
               | 
  | BaseName | 
            Gets the name of the base color space.
               | 
  | ColorComponents | 
            Gets the number of components in the color space.
               | 
  | HiVal | 
            Gets the highest index for the color lookup table for an indexed color space.
               | 
  | Name | 
            Gets the color space object's name.
               | 
Top 
            
            
            
            Public Methods
|   | Name | Description | 
  | GetCTable | 
            Gets the color lookup table, which is BaseColorComponents *(HiVal + 1) bytes long, where
            ColorComponents = number of components in the base color space.
               | 
Top 
            
            
            
            
            
            
            
            
            
            
            See Also