C# Class CSPspEmu.Core.Types.OutputPixel

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
R byte

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

FromRGBA() public static method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OperationPerComponent() public static method

public static OperationPerComponent ( OutputPixel c1, OutputPixel c2, Func func ) : OutputPixel
c1 OutputPixel
c2 OutputPixel
func Func
return OutputPixel

OutputPixel() public method

public OutputPixel ( Color Color ) : System
Color Color
return System

ToString() public method

public ToString ( ) : string
return string

Transform() public method

public Transform ( Func Action ) : OutputPixel
Action Func
return OutputPixel

operator() public static method

public static operator ( ) : OutputPixel
return OutputPixel

operator() public static method

public static operator ( ) : bool
return bool

Property Details

R public property

public byte R
return byte