Show / Hide Table of Contents

Class NativeColorData

Represents the Color Information shown on the Panel.

Inheritance
object
NativeColorData
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class NativeColorData

Constructors

View Source

NativeColorData(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 Source

Color

The RGBA values of the color.

Declaration
public Color Color { get; set; }
Property Value
Type Description
Color
View Source

Name

The name of the color.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX