Метод | Описание | |
---|---|---|
GetColorFromHex ( string rgbColor ) : iTextSharp.text.Color |
Gets the color from hex.
|
|
RGBColorConverter ( ) : System | ||
ToHexColor ( string rgbColor ) : string |
Toes the color of the hex.
|
public static GetColorFromHex ( string rgbColor ) : iTextSharp.text.Color | ||
rgbColor | string | Color of the RGB. |
Результат | iTextSharp.text.Color |
public static ToHexColor ( string rgbColor ) : string | ||
rgbColor | string | Color of the RGB. |
Результат | string |