C# Class ComponentFactory.Krypton.Toolkit.KryptonInternalKCT

Inheritance: KryptonColorTable
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KryptonInternalKCT ( KryptonColorTable baseKCT, IPalette palette ) : System

Initialize a new instance of the KryptonInternalKCT class.

Method Details

KryptonInternalKCT() public method

Initialize a new instance of the KryptonInternalKCT class.
public KryptonInternalKCT ( KryptonColorTable baseKCT, IPalette palette ) : System
baseKCT KryptonColorTable Initial base KCT to inherit values from.
palette IPalette Reference to associated palette.
return System