C# 클래스 GHIElectronics.UAP.Shields.FEZHAT.Color

Represents a color of the onboard LEDs.
파일 보기 프로젝트 열기: amykatenicho/IoTWorkshop

공개 메소드들

메소드 설명
Color ( byte red, byte green, byte blue ) : GHIElectronics.UAP.Drivers

Constructs a new color.

메소드 상세

Color() 공개 메소드

Constructs a new color.
public Color ( byte red, byte green, byte blue ) : GHIElectronics.UAP.Drivers
red byte The red channel intensity.
green byte The green channel intensity.
blue byte The blue channel intensity.
리턴 GHIElectronics.UAP.Drivers