In This Article

IColorPaletteFactory Interface

Interface implemented by a factory that can create a ColorPalette.

public interface IColorPaletteFactory

Methods

Create()

Creates and initializes a ColorPalette.

ColorPalette Create()

Returns

ColorPalette:

The ColorPalette that was created.

Extension Methods