Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SimplePaletteQuantizer
Helpers
Pixels
Indexed
PixelData8Indexed
C# Class SimplePaletteQuantizer.Helpers.Pixels.Indexed.PixelData8Indexed
Exibir arquivo
Open project: RHY3756547/FreeSO
Public Methods
Method
Description
GetIndex
(
Int32
offset
) :
Byte
SetIndex
(
Int32
offset
,
Byte
value
) :
void
Method Details
GetIndex()
public
method
public
GetIndex
(
Int32
offset
) :
Byte
offset
System.Int32
return
Byte
SetIndex()
public
method
public
SetIndex
(
Int32
offset
,
Byte
value
) :
void
offset
System.Int32
value
Byte
return
void