C# Класс Animatroller.Framework.Utility.PixelMapping

Показать файл Открыть проект

Открытые методы

Метод Описание
GeneratePixelMapping ( int pixels, int startUniverse, RgbOrder rgbOrder = RgbOrder.RGB, int channelShift ) : PixelMap[]>.Dictionary
GeneratePixelMapping ( int width, int height, int startUniverse, RgbOrder rgbOrder = RgbOrder.RGB, PixelOrder pixelOrder = PixelOrder.HorizontalSnakeTopLeft, int channelShift ) : PixelMap[]>.Dictionary
GeneratePixelMappingFromGlediatorPatch ( string fileName ) : PixelMap[]>.Dictionary

Приватные методы

Метод Описание
MapPixel ( PixelMap[]>.Dictionary pixelMapping, int universe, ColorComponent colorComponent, int x, int y, int &mappingPos ) : void
MapPixelRGB ( PixelMap[]>.Dictionary pixelMapping, int x, int y, int &universe, int &mappingPos, RgbOrder rgbOrder, int channelShift ) : void

Описание методов

GeneratePixelMapping() публичный статический Метод

public static GeneratePixelMapping ( int pixels, int startUniverse, RgbOrder rgbOrder = RgbOrder.RGB, int channelShift ) : PixelMap[]>.Dictionary
pixels int
startUniverse int
rgbOrder RgbOrder
channelShift int
Результат PixelMap[]>.Dictionary

GeneratePixelMapping() публичный статический Метод

public static GeneratePixelMapping ( int width, int height, int startUniverse, RgbOrder rgbOrder = RgbOrder.RGB, PixelOrder pixelOrder = PixelOrder.HorizontalSnakeTopLeft, int channelShift ) : PixelMap[]>.Dictionary
width int
height int
startUniverse int
rgbOrder RgbOrder
pixelOrder PixelOrder
channelShift int
Результат PixelMap[]>.Dictionary

GeneratePixelMappingFromGlediatorPatch() публичный статический Метод

public static GeneratePixelMappingFromGlediatorPatch ( string fileName ) : PixelMap[]>.Dictionary
fileName string
Результат PixelMap[]>.Dictionary