IColor Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IColor members.

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