C# 클래스 AODL.ExternalExporter.PDF.Document.StyleConverter.RGBColorConverter

Summary for RGBColorConverter.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
GetColorFromHex ( string rgbColor ) : iTextSharp.text.Color

Gets the color from hex.

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

Toes the color of the hex.

메소드 상세

GetColorFromHex() 공개 정적인 메소드

Gets the color from hex.
public static GetColorFromHex ( string rgbColor ) : iTextSharp.text.Color
rgbColor string Color of the RGB.
리턴 iTextSharp.text.Color

RGBColorConverter() 공개 메소드

public RGBColorConverter ( ) : System
리턴 System

ToHexColor() 공개 정적인 메소드

Toes the color of the hex.
public static ToHexColor ( string rgbColor ) : string
rgbColor string Color of the RGB.
리턴 string