IAcadAcCmColor
An interface for a TeighaX true color object
Supported Platforms: Windows only
                            
Object Inheritance
Members
These members are part of this object:
Methods- SetNames
 
- Delete
 
- SetRGB
 
- SetColorBookColor
 
Properties- EntityColor
 
- ColorName
 
- BookName
 
- Red
 
- Blue
 
- Green
 
- ColorMethod
 
- ColorIndex
 
 
- SetNames()
 
Void SetNames([in] BSTR ColorName, [in] BSTR BookName)
                                                
Specifies the color name and book name of a color.
 
 
- Delete()
 
Void Delete( )
                                                
Deletes a true color.
 
 
- SetRGB()
 
Void SetRGB([in] Integer Red, [in] Integer Green, [in] Integer Blue)
                                                
Specifies the RGB values of a true color.
 
 
- SetColorBookColor()
 
Void SetColorBookColor([in] BSTR BookName, [in] BSTR ColorName)
                                                
Sets the color to a color from a color book.
 
 
- EntityColor
 
Void EntityColor( )
                                                
Specifies or returns the AcCmEntityColor of a true color.
 
 
- ColorName [ReadOnly]
 
BSTR ColorName( )
                                                
Returns the name of a color.
 
 
- BookName [ReadOnly]
 
BSTR BookName( )
                                                
Returns the book name of a color.
 
 
- Red [ReadOnly]
 
Integer Red( )
                                                
Returns the red component of a true color.
 
 
- Blue [ReadOnly]
 
Integer Blue( )
                                                
Returns the blue component of a true color.
 
 
- Green [ReadOnly]
 
Integer Green( )
                                                
Returns the green component of a true color.
 
 
- ColorMethod
 
Void ColorMethod( )
                                                
Specifies or returns the color method.
 
 
- ColorIndex [ReadOnly]
 
AcColor ColorIndex( )
                                                
Specifies or returns the color index of an object.