C# Class CalDavSynchronizer.Utilities.ArgbColor

Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Méthodes publiques

Méthode Description
ArgbColor ( int argbValue ) : System
FromRgb ( int rgb ) : ArgbColor
FromRgbaHexStringWithOptionalANoThrow ( string rgba ) : ArgbColor
ToRgbaHexString ( ) : string

Private Methods

Méthode Description
HexToArgbColor ( string rgba ) : int

Method Details

ArgbColor() public méthode

public ArgbColor ( int argbValue ) : System
argbValue int
Résultat System

FromRgb() public static méthode

public static FromRgb ( int rgb ) : ArgbColor
rgb int
Résultat ArgbColor

FromRgbaHexStringWithOptionalANoThrow() public static méthode

public static FromRgbaHexStringWithOptionalANoThrow ( string rgba ) : ArgbColor
rgba string
Résultat ArgbColor

ToRgbaHexString() public méthode

public ToRgbaHexString ( ) : string
Résultat string