Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SimplePaletteQuantizer
Helpers
Pixels
NonIndexed
PixelDataRgb888
C# Class SimplePaletteQuantizer.Helpers.Pixels.NonIndexed.PixelDataRgb888
Show file
Open project: RHY3756547/FreeSO
Public Methods
Method
Description
GetColor
( ) :
Color
See
INonIndexedPixel.GetColor
for more details.
SetColor
(
Color
color
) :
void
See
INonIndexedPixel.SetColor
for more details.
Method Details
GetColor()
public
method
See
INonIndexedPixel.GetColor
for more details.
public
GetColor
( ) :
Color
return
Color
SetColor()
public
method
See
INonIndexedPixel.SetColor
for more details.
public
SetColor
(
Color
color
) :
void
color
Color
return
void