C# Class AODL.ExternalExporter.PDF.Document.StyleConverter.RGBColorConverter

Summary for RGBColorConverter.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
GetColorFromHex ( string rgbColor ) : iTextSharp.text.Color

Gets the color from hex.

RGBColorConverter ( ) : System
ToHexColor ( string rgbColor ) : string

Toes the color of the hex.

Method Details

GetColorFromHex() public static méthode

Gets the color from hex.
public static GetColorFromHex ( string rgbColor ) : iTextSharp.text.Color
rgbColor string Color of the RGB.
Résultat iTextSharp.text.Color

RGBColorConverter() public méthode

public RGBColorConverter ( ) : System
Résultat System

ToHexColor() public static méthode

Toes the color of the hex.
public static ToHexColor ( string rgbColor ) : string
rgbColor string Color of the RGB.
Résultat string