Tanoda
Assets.HSVPicker.ColorPresetList Class Reference

Public Member Functions

 ColorPresetList (string listId, List< Color > colors=null)
 
void AddColor (Color color)
 
void UpdateList (IEnumerable< Color > colors)
 

Properties

string ListId [get]
 
List< ColorColors [get]
 

Events

UnityAction< List< Color > > OnColorsUpdated
 

Detailed Description

Definition at line 25 of file ColorPresetManager.cs.

Constructor & Destructor Documentation

◆ ColorPresetList()

Assets.HSVPicker.ColorPresetList.ColorPresetList ( string  listId,
List< Color colors = null 
)

Definition at line 32 of file ColorPresetManager.cs.

Member Function Documentation

◆ AddColor()

void Assets.HSVPicker.ColorPresetList.AddColor ( Color  color)

Definition at line 40 of file ColorPresetManager.cs.

◆ UpdateList()

void Assets.HSVPicker.ColorPresetList.UpdateList ( IEnumerable< Color colors)

Definition at line 46 of file ColorPresetManager.cs.

Property Documentation

◆ Colors

List<Color> Assets.HSVPicker.ColorPresetList.Colors
get

Definition at line 28 of file ColorPresetManager.cs.

◆ ListId

string Assets.HSVPicker.ColorPresetList.ListId
get

Definition at line 27 of file ColorPresetManager.cs.

Event Documentation

◆ OnColorsUpdated

UnityAction<List<Color> > Assets.HSVPicker.ColorPresetList.OnColorsUpdated

Definition at line 30 of file ColorPresetManager.cs.


The documentation for this class was generated from the following file: