C# Class Treefrog.Framework.Imaging.Color

Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Свойство Type Description
A byte
B byte
G byte
R byte

Méthodes publiques

Méthode Description
Color ( Color c, byte a ) : System
Color ( byte r, byte g, byte b ) : System
Color ( byte r, byte g, byte b, byte a ) : System
Equals ( Color other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParseArgbHex ( string hex ) : Color
ParseRgbHex ( string hex ) : Color
ToArgbHex ( ) : string
ToRgbHex ( ) : string
ToString ( ) : string
operator ( ) : Color
operator ( ) : bool

Private Methods

Méthode Description
ByteToHex2 ( byte value ) : string

Method Details

Color() public méthode

public Color ( Color c, byte a ) : System
c Color
a byte
Résultat System

Color() public méthode

public Color ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
Résultat System

Color() public méthode

public Color ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
Résultat System

Equals() public méthode

public Equals ( Color other ) : bool
other Color
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ParseArgbHex() public static méthode

public static ParseArgbHex ( string hex ) : Color
hex string
Résultat Color

ParseRgbHex() public static méthode

public static ParseRgbHex ( string hex ) : Color
hex string
Résultat Color

ToArgbHex() public méthode

public ToArgbHex ( ) : string
Résultat string

ToRgbHex() public méthode

public ToRgbHex ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Color
Résultat Color

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

A public_oe property

public byte A
Résultat byte

B public_oe property

public byte B
Résultat byte

G public_oe property

public byte G
Résultat byte

R public_oe property

public byte R
Résultat byte