Show / Hide Table of Contents

Class EyeColorPicker

Inheritance
System.Object
Robust.Client.UserInterface.Control
EyeColorPicker
Namespace: Content.Client.Humanoid
Assembly: Content.Client.dll
Syntax
public sealed class EyeColorPicker : Control

Constructors

| Improve this Doc View Source

EyeColorPicker()

Declaration
public EyeColorPicker()

Methods

| Improve this Doc View Source

SetData(Color)

Declaration
public void SetData(Color color)
Parameters
Type Name Description
Color color

Events

| Improve this Doc View Source

OnEyeColorPicked

Declaration
public event Action<Color>? OnEyeColorPicked
Event Type
Type Description
System.Nullable<Action<Color>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾