API Reference
Class
ColorNameResolver
Provides utilities for resolving OfficeColor instances to their named equivalents.
Inheritance
- Object
- ColorNameResolver
Constructors
public ColorNameResolver() #Methods
public static String GetColorName(OfficeColor color) #Returns:
StringReturns the standard color name for the specified OfficeColor, or the RGBA value if no name exists.
Parameters
- color OfficeIMO.Drawing.OfficeColor
- The color to resolve.
Returns
The color name or RGBA string.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object