C# 클래스 NewTOAPIA.Graphics.RGBb

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
GetColor ( ) : ColorRGBA
RGBb ( byte gray ) : System
RGBb ( byte red, byte green, byte blue ) : 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

RGBb() 공개 메소드

public RGBb ( byte gray ) : System
gray byte
리턴 System

RGBb() 공개 메소드

public RGBb ( byte red, byte green, byte blue ) : System
red byte
green byte
blue byte
리턴 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 RGBb,NewTOAPIA.Graphics Empty
리턴 RGBb

blue 공개적으로 프로퍼티

public byte blue
리턴 byte

green 공개적으로 프로퍼티

public byte green
리턴 byte

red 공개적으로 프로퍼티

public byte red
리턴 byte