RgbColor Class

Represents a RGB color

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public class RgbColor
Inheritance
Object    RgbColor

Constructors

RgbColor Constructs a RGB color from components

Properties

AliceBlue The predefined Alice Blue color
AntiqueWhite The predefined AntiqueWhite color
B The blue component of the color
Beige The predefined Beige color
Black The predefined Black color
Blue The predefined Blue color
Coral The predefined Coral color
DarkGreen The predefined DarkGreen color
Empty The empty color
G The green component of the color
Gray The predefined Gray color
Green The predefined Green color
Indigo The predefined Indigo color
LightCyan The predefined LightCyan color
LightGray The predefined LightGray color
LightGreen The predefined LightGreen color
MistyRose The predefined MistyRose color
Navy The predefined Navy color
Orange The predefined Orange color
Pink The predefined Pink color
Purple The predefined Purple color
R The red component of the color
Red The predefined Red color
Violet The predefined Violet color
White The predefined White color
WhiteSmoke The predefined White Smoke color
Yellow The predefined Yellow color

Methods

EqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also