Class NativeColorData
Represents the Color Information shown on the Panel.
Inherited Members
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class NativeColorData
Constructors
View SourceNativeColorData(string, Color)
Creates a new Color Panel information.
Declaration
public NativeColorData(string name, Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the color. |
| Color | color | The RGBA values of the color. |
Properties
View SourceColor
The RGBA values of the color.
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Name
The name of the color.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |