C# 클래스 GlowCommon.DataObjects.Commands.ManualColorCommands.ManualColorLed

파일 보기 프로젝트 열기: QuinnDamerell/Glow

공개 프로퍼티들

프로퍼티 타입 설명
Blue double
Green double
Intensity double
Red double

공개 메소드들

메소드 설명
ManualColorLed ( double red, double green, double blue, double intensity ) : System

메소드 상세

ManualColorLed() 공개 메소드

public ManualColorLed ( double red, double green, double blue, double intensity ) : System
red double
green double
blue double
intensity double
리턴 System

프로퍼티 상세

Blue 공개적으로 프로퍼티

public double Blue
리턴 double

Green 공개적으로 프로퍼티

public double Green
리턴 double

Intensity 공개적으로 프로퍼티

public double Intensity
리턴 double

Red 공개적으로 프로퍼티

public double Red
리턴 double