C# 클래스 Emmellsoft.IoT.Rpi.SenseHat.Tools.LedBuffer.LedBufferSupport

파일 보기 프로젝트 열기: emmellsoft/RPi.SenseHat

공개 메소드들

메소드 설명
BufferToPixels ( byte buffer, double senseHatGamma ) : ].Color[
GetInitialLedBuffer ( ) : byte[]
PixelsToBuffer ( Color pixels, double senseHatGamma ) : byte[]

메소드 상세

BufferToPixels() 공개 정적인 메소드

public static BufferToPixels ( byte buffer, double senseHatGamma ) : ].Color[
buffer byte
senseHatGamma double
리턴 ].Color[

GetInitialLedBuffer() 공개 정적인 메소드

public static GetInitialLedBuffer ( ) : byte[]
리턴 byte[]

PixelsToBuffer() 공개 정적인 메소드

public static PixelsToBuffer ( Color pixels, double senseHatGamma ) : byte[]
pixels System.Drawing.Color
senseHatGamma double
리턴 byte[]