C# 클래스 CSPspEmu.Core.Types.OutputPixel

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
R byte

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromRGBA() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OperationPerComponent() 공개 정적인 메소드

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

OutputPixel() 공개 메소드

public OutputPixel ( Color Color ) : System
Color Color
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Transform() 공개 메소드

public Transform ( Func Action ) : OutputPixel
Action Func
리턴 OutputPixel

operator() 공개 정적인 메소드

public static operator ( ) : OutputPixel
리턴 OutputPixel

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

R 공개적으로 프로퍼티

public byte R
리턴 byte