C# 클래스 NewTOAPIA.Graphics.RGBAb

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 프로퍼티들

프로퍼티 타입 설명
Empty RGBAb
alpha byte
blue byte
green byte
red byte

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
GetColor ( ) : ColorRGBA
RGBAb ( ColorRGBA aColor ) : System
RGBAb ( IPixel pixel ) : System
RGBAb ( byte red, byte green, byte blue, byte alpha ) : System
RGBAb ( int red, int green, int blue, int alpha ) : System
SetBytes ( byte bytes ) : void
SetBytes ( byte bytes, int startIndex ) : void
SetColor ( ColorRGBA aColor ) : void
ToRGBAb ( ) : RGBAb

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

GetColor() 공개 메소드

public GetColor ( ) : ColorRGBA
리턴 ColorRGBA

RGBAb() 공개 메소드

public RGBAb ( ColorRGBA aColor ) : System
aColor ColorRGBA
리턴 System

RGBAb() 공개 메소드

public RGBAb ( IPixel pixel ) : System
pixel IPixel
리턴 System

RGBAb() 공개 메소드

public RGBAb ( byte red, byte green, byte blue, byte alpha ) : System
red byte
green byte
blue byte
alpha byte
리턴 System

RGBAb() 공개 메소드

public RGBAb ( int red, int green, int blue, int alpha ) : System
red int
green int
blue int
alpha int
리턴 System

SetBytes() 공개 메소드

public SetBytes ( byte bytes ) : void
bytes byte
리턴 void

SetBytes() 공개 메소드

public SetBytes ( byte bytes, int startIndex ) : void
bytes byte
startIndex int
리턴 void

SetColor() 공개 메소드

public SetColor ( ColorRGBA aColor ) : void
aColor ColorRGBA
리턴 void

ToRGBAb() 공개 메소드

public ToRGBAb ( ) : RGBAb
리턴 RGBAb

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static RGBAb,NewTOAPIA.Graphics Empty
리턴 RGBAb

alpha 공개적으로 프로퍼티

public byte alpha
리턴 byte

blue 공개적으로 프로퍼티

public byte blue
리턴 byte

green 공개적으로 프로퍼티

public byte green
리턴 byte

red 공개적으로 프로퍼티

public byte red
리턴 byte