EVO HTML to PDF Converter

RgbColor Class

Winnovative Client for .NET Documentation
Represents a RGB color
Inheritance Hierarchy

SystemObject
  Winnovative.HtmlToPdfClientRgbColor

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public class RgbColor

The RgbColor type exposes the following members.

Constructors

  NameDescription
Public methodRgbColor
Constructs a RGB color from components
Top
Properties

  NameDescription
Public propertyStatic memberAliceBlue
The predefined Alice Blue color
Public propertyStatic memberAntiqueWhite
The predefined AntiqueWhite color
Public propertyB
The blue component of the color
Public propertyStatic memberBeige
The predefined Beige color
Public propertyStatic memberBlack
The predefined Black color
Public propertyStatic memberBlue
The predefined Blue color
Public propertyStatic memberCoral
The predefined Coral color
Public propertyStatic memberDarkGreen
The predefined DarkGreen color
Public propertyStatic memberEmpty
The empty color
Public propertyG
The green component of the color
Public propertyStatic memberGray
The predefined Gray color
Public propertyStatic memberGreen
The predefined Green color
Public propertyStatic memberIndigo
The predefined Indigo color
Public propertyStatic memberLightCyan
The predefined LightCyan color
Public propertyStatic memberLightGray
The predefined LightGray color
Public propertyStatic memberLightGreen
The predefined LightGreen color
Public propertyStatic memberMistyRose
The predefined MistyRose color
Public propertyStatic memberNavy
The predefined Navy color
Public propertyStatic memberOrange
The predefined Orange color
Public propertyStatic memberPink
The predefined Pink color
Public propertyStatic memberPurple
The predefined Purple color
Public propertyR
The red component of the color
Public propertyStatic memberRed
The predefined Red color
Public propertyStatic memberViolet
The predefined Violet color
Public propertyStatic memberWhite
The predefined White color
Public propertyStatic memberWhiteSmoke
The predefined White Smoke color
Public propertyStatic memberYellow
The predefined Yellow color
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference