C# 클래스 NewTOAPIA.Graphics.RGBd

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty RGBd
blue double
green double
red double

공개 메소드들

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

RGBd() 공개 메소드

public RGBd ( byte bytes ) : System
bytes byte
리턴 System

RGBd() 공개 메소드

public RGBd ( double gray ) : System
gray double
리턴 System

RGBd() 공개 메소드

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

blue 공개적으로 프로퍼티

public double blue
리턴 double

green 공개적으로 프로퍼티

public double green
리턴 double

red 공개적으로 프로퍼티

public double red
리턴 double