Grayscale

Represents a grayscale color.

public class Grayscale : DeviceColor
Public Class Grayscale
    Inherits DeviceColor

Inheritance: ObjectColorDeviceColorGrayscale

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 grayscale colors.

Constructors

Grayscale(Byte)Initializes a new instance of the Grayscale class.
Grayscale(Single)Initializes a new instance of the Grayscale class.

Properties

BlackGets the color black.
ColorSpaceGets the color space for the color.
ComponentsGets the number of components for the device color.
DarkGrayGets the color dark gray.
DimGrayGets the color dim gray.
GrayGets the color gray.
GrayLevelGets the gray value.
LightGreyGets the color light grey.
SilverGets the color silver.
WhiteGets the color white.

Methods

DrawFill(OperatorWriter)Draws the color data to the given PageWriter object.
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.
DrawStroke(PageWriter)Draws the color data to the given PageWriter object.
(Inherited from DeviceColor)
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)
ToStringBuilder(StringBuilder)Appends the color information to the given StringBuilder object.

See Also

ceTe.DynamicPDF

In this topic