C# 클래스 Animatroller.Framework.PhysicalDevice.PixelRGBByte

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

공개 프로퍼티들

프로퍼티 타입 설명
B byte
G byte
R byte

공개 메소드들

메소드 설명
PixelRGBByte ( byte r, byte g, byte b ) : System

메소드 상세

PixelRGBByte() 공개 메소드

public PixelRGBByte ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
리턴 System

프로퍼티 상세

B 공개적으로 프로퍼티

public byte B
리턴 byte

G 공개적으로 프로퍼티

public byte G
리턴 byte

R 공개적으로 프로퍼티

public byte R
리턴 byte