C# 클래스 Animatroller.Framework.LogicalDevice.PixelMapper2D

파일 보기 프로젝트 열기: HakanL/animatroller

공개 메소드들

메소드 설명
FromRGBByteArray ( byte pixelData, int pixelOffset, Action setPixel ) : void
GetByteArray ( Color colorData ) : byte[]
PixelMapper2D ( int width, int height, PixelOrders pixelOrder ) : System

비공개 메소드들

메소드 설명
PopulateFromPixelOrder ( PixelOrders pixelOrder ) : void

메소드 상세

FromRGBByteArray() 공개 메소드

public FromRGBByteArray ( byte pixelData, int pixelOffset, Action setPixel ) : void
pixelData byte
pixelOffset int
setPixel Action
리턴 void

GetByteArray() 공개 메소드

public GetByteArray ( Color colorData ) : byte[]
colorData Color
리턴 byte[]

PixelMapper2D() 공개 메소드

public PixelMapper2D ( int width, int height, PixelOrders pixelOrder ) : System
width int
height int
pixelOrder PixelOrders
리턴 System