Represents a palette of colors
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public class GdxPalette : ObservableCollection<Brush> |
Visual Basic |
---|
Public Class GdxPalette _ Inherits ObservableCollection(Of Brush) |
JScript |
---|
public class GdxPalette extends ObservableCollection<Brush> |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'Brush>)>)>
System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'Brush>)>)>
Ico.Gdx..::..GdxPalette
System.Collections.ObjectModel..::..Collection<(Of <(<'Brush>)>)>
System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'Brush>)>)>
Ico.Gdx..::..GdxPalette