C# Class SimplePaletteQuantizer.Helpers.Pixels.NonIndexed.PixelDataRgb48

显示文件 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