C# Class AlbLib.Imaging.ModifierPalette

Inheritance: ImagePalette
显示文件 Open project: IllidanS4/AlbLib

Public Properties

Property Type Description
Inner ImagePalette

Public Methods

Method Description
ModifierPalette ( ImagePalette inner ) : System

Creates new instance using source palette.

this ( int index ) : Color

Returns Color at index in palette.

Method Details

ModifierPalette() public method

Creates new instance using source palette.
public ModifierPalette ( ImagePalette inner ) : System
inner ImagePalette Souce palette.
return System

this() public method

Returns Color at index in palette.
public this ( int index ) : Color
index int
return Color

Property Details

Inner public_oe property

Source palette.
public ImagePalette Inner
return ImagePalette