WebColor

Represents an RGB color created using the web hexadecimal convention.

public class WebColor : RgbColor
Public Class WebColor
    Inherits RgbColor

Inheritance: ObjectColorDeviceColorRgbColorWebColor

Licensing Info

This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:

Remarks

See the Colors topic for more on web colors.

Constructors

WebColor(String)Initializes a new instance of the WebColor class.

Properties

BGets or sets the blue value.
(Inherited from RgbColor)
ColorSpaceGets the color space for the color.
(Inherited from RgbColor)
ComponentsGets the number of components for the device color.
(Inherited from RgbColor)
GGets or sets the green value.
(Inherited from RgbColor)
RGets or sets the red value.
(Inherited from RgbColor)

Methods

DrawFill(OperatorWriter)Draws the color data to the given PageWriter object.
(Inherited from RgbColor)
DrawFill(PageWriter)Draws the color data to the given PageWriter object.
(Inherited from DeviceColor)
DrawStroke(OperatorWriter)Draws the color data to the given PageWriter object.
(Inherited from RgbColor)
DrawStroke(PageWriter)Draws the color data to the given PageWriter object.
(Inherited from DeviceColor)
Equals(Object)Tests equality of colors.
(Inherited from RgbColor)
GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from RgbColor)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)
ToStringBuilder(StringBuilder)Appends the color information to the given StringBuilder object.
(Inherited from RgbColor)

See Also

ceTe.DynamicPDF

In this topic