C# Class CSPspEmu.Core.Types.OutputPixel

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
R byte

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
FromRGBA ( byte R, byte G, byte B, byte A ) : OutputPixel
GetHashCode ( ) : int
OperationPerComponent ( OutputPixel c1, OutputPixel c2, Func func ) : OutputPixel
OutputPixel ( Color Color ) : System
ToString ( ) : string
Transform ( Func Action ) : OutputPixel
operator ( ) : OutputPixel
operator ( ) : bool

Method Details

Equals() public méthode

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

FromRGBA() public static méthode

public static FromRGBA ( byte R, byte G, byte B, byte A ) : OutputPixel
R byte
G byte
B byte
A byte
Résultat OutputPixel

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OperationPerComponent() public static méthode

public static OperationPerComponent ( OutputPixel c1, OutputPixel c2, Func func ) : OutputPixel
c1 OutputPixel
c2 OutputPixel
func Func
Résultat OutputPixel

OutputPixel() public méthode

public OutputPixel ( Color Color ) : System
Color Color
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Transform() public méthode

public Transform ( Func Action ) : OutputPixel
Action Func
Résultat OutputPixel

operator() public static méthode

public static operator ( ) : OutputPixel
Résultat OutputPixel

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

R public_oe property

public byte R
Résultat byte