C# 클래스 BrickPi.Sensors.RGBColor

Class that holds RGB colors
파일 보기 프로젝트 열기: Ellerbach/BrickPi

공개 메소드들

메소드 설명
RGBColor ( byte red, byte green, byte blue ) : System

Initializes a new instance of the BrickPi.Sensors.RGBColor class.

메소드 상세

RGBColor() 공개 메소드

Initializes a new instance of the BrickPi.Sensors.RGBColor class.
public RGBColor ( byte red, byte green, byte blue ) : System
red byte /// Red value ///
green byte /// Green value ///
blue byte /// Blue value ///
리턴 System