Skip to content

Class LemonUI::Menus::NativeColorData

ClassList > LemonUI > Menus > NativeColorData

Represents the Color Information shown on the Panel.

Public Properties

Type Name
property Color Color
The RGBA values of the color.
property string?? Name
The name of the color.

Public Functions

Type Name
NativeColorData (string name, Color color)
Creates a new Color Panel information.

Public Properties Documentation

property Color

Color LemonUI.Menus.NativeColorData.Color;

property Name

string?? LemonUI.Menus.NativeColorData.Name;

Public Functions Documentation

function NativeColorData

Creates a new Color Panel information.

inline LemonUI::Menus::NativeColorData::NativeColorData (
    string name,
    Color color
) 

Parameters:

  • name The name of the color.
  • color The RGBA values of the color.

The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Menus/NativeColorData.cs