Color Structure

Represents an ARGB (alpha, red, green, blue) color.

public struct Color : ValueType
Public Structure Color
    Inherits ValueType

Inheritance: ObjectValueTypeColor

Licensing Info

This struct is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

Constructors

Color(Byte, Byte, Byte, Byte)Creates a Color structure from the four ARGB component (alpha, red, green, and blue) values.

Properties

AGets the alpha component value of this Color structure.
BGets the blue component value of this Color structure.
GGets the green component value of this Color structure.
RGets the red component value of this Color structure.

Methods

Equals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
FromArgb(Byte, Byte, Byte, Byte)Creates a Color structure from the four 8-bit ARGB components (alpha, red, green, and blue) values.
GetHashCode()Returns the hash code for this instance.
(Inherited from ValueType)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToArgb()Gets the 32-bit ARGB value of this Color structure.
ToString()Returns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also

ceTe.DynamicPDF.Rasterizer

In this topic