C# Class Praeclarum.Graphics.Color

Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Свойство Type Description
Red int
Tag object

Méthodes publiques

Méthode Description
AreEqual ( Color a, Color b ) : bool
Color ( int red, int green, int blue ) : System
Color ( int red, int green, int blue, int alpha ) : System
Equals ( object obj ) : bool
FromArgb ( int a, int r, int g, int b ) : Color
FromRgb ( int r, int g, int b ) : Color
FromWhite ( float white, float alpha ) : Color
GetHashCode ( ) : int
GetInvertedColor ( ) : Color
ToArgb ( ) : int
ToString ( ) : string
WithAlpha ( int aa ) : Color
WithAlphaValue ( float a ) : Color

Private Methods

Méthode Description
ByteFromFloat ( float v ) : byte
ByteFromInt ( int v ) : byte

Method Details

AreEqual() public static méthode

public static AreEqual ( Color a, Color b ) : bool
a Color
b Color
Résultat bool

Color() public méthode

public Color ( int red, int green, int blue ) : System
red int
green int
blue int
Résultat System

Color() public méthode

public Color ( int red, int green, int blue, int alpha ) : System
red int
green int
blue int
alpha int
Résultat System

Equals() public méthode

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

FromArgb() public static méthode

public static FromArgb ( int a, int r, int g, int b ) : Color
a int
r int
g int
b int
Résultat Color

FromRgb() public static méthode

public static FromRgb ( int r, int g, int b ) : Color
r int
g int
b int
Résultat Color

FromWhite() public static méthode

public static FromWhite ( float white, float alpha ) : Color
white float
alpha float
Résultat Color

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetInvertedColor() public méthode

public GetInvertedColor ( ) : Color
Résultat Color

ToArgb() public méthode

public ToArgb ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

WithAlpha() public méthode

public WithAlpha ( int aa ) : Color
aa int
Résultat Color

WithAlphaValue() public méthode

public WithAlphaValue ( float a ) : Color
a float
Résultat Color

Property Details

Red public_oe property

public int Red
Résultat int

Tag public_oe property

public object Tag
Résultat object