Color
Base class representing color.
public abstract class Color
Public MustInherit Class Color
Inheritance: ObjectColor
Derived: AutoGradient, CmykColor, DeviceColor, Gradient, Grayscale, Pattern, RgbColor, SpotColor, WebColor
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Remarks
Color's derived classes are: CmykColor , Grayscale , WebColor , RgbColor , Gradient and SpotColor . See the Colors topic for more on colors.
Properties
ColorSpace | Gets the color space for the color. |
Methods
DrawFill(OperatorWriter) | Draws the color data to the given OperatorWriter object. |
DrawFill(PageWriter) | Draws the color data to the given PageWriter object. |
DrawStroke(OperatorWriter) | Draws the color data to the given OperatorWriter object. |
DrawStroke(PageWriter) | Draws the color data to the given PageWriter object. |
Equals(Object) | Tests equality of colors. |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |