Skip to content

Interlude.Tick.Extra.DebugUI.ColorPicker

interludesoftware.tick

Interlude.Tick.Extra.DebugUI

ColorPicker Class

public static class ColorPicker

Inheritance System.Object → ColorPicker

Methods

ColorPicker.DoLabelled(UI, string, string, Color) Method

Draws a labelled colour picker field. Returns true if the value changed.

public static bool DoLabelled(Interlude.Tick.UI ui, string id, string label, ref Color value);

Parameters

ui UI

id System.String

label System.String

value UnityEngine.Color

Returns

System.Boolean