Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

Color component slider with background gradient ranging from 0 to 1 for this component value.

namespace: Crow

Inheritance Hierarchy

  • ColorSlider

Syntax

public class ColorSlider : Widget

Constructors

prototype description
ColorSlider (Interface iface, string style=null) __

Properties

name description
Component __
CurrentColor __
CursorType __
Orientation __

Methods

prototype description
void OnLayoutChanges(LayoutingType layoutType) trigger dependant sizing component update
void onMouseDown(object sender, MouseButtonEventArgs e) Default mouse button press method. The MouseDown event is raised from withing it.
void onMouseMove(object sender, MouseMoveEventArgs e) __

Events

name description
Clone this wiki locally