IColor Interface Members Send Feedback
See Also  Methods 

The following tables list the members exposed by IColor.

Public Methods

 NameDescription
 MethodGetColorIndexGets the index within the Standard Colors for this LineColor or TextColor.  
 MethodGetNamedColorGets the named LineColor or TextColor of this color.  
 MethodGetRGBGets the specified RGB (Red, Green, Blue) color model values for this color.  
 MethodIsColorByIndexGets whether this LineColor or TextColor is associated with an index within the Standard Colors.  
 MethodIsNamedColorGets whether the color is a named LineColor or TextColor.  
 MethodSetByColorSets the color to the specified LineColor or TextColor.  
 MethodSetColorByIndexSets the index within the Standard Colors for this LineColor or TextColor.  
 MethodSetNamedColorSets the color to the named LineColor or TextColor.  
 MethodSetRGBColorSets the color to the specified RGB (Red, Green, Blue) color model values.  
Top

See Also