class f__AnonymousType0<< Count > j__TPar
void EndInvoke(IAsyncResult result)
DrawBackingHandler(object @object, IntPtr method)
void Invoke(Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver)
IAsyncResult BeginInvoke(Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver, AsyncCallback callback, object @object)
static bool DrawSaturation(Slider_Layout layout, bool disablePick, float value, GUISlider.DragState dragState, bool forceOver=false)
static int ScaleValue(float input, int minValue, int maxValue)
static float CalculateValue(int input, int minValue, int maxValue)
static void DrawSaturationSlider(Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver)
static bool DrawLightness(Slider_Layout layout, bool disablePick, float value, GUISlider.DragState dragState, bool forceOver=false)
static void DrawLightnessSlider(Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver)
static Rectangle GetRegion(Slider_Layout layout)
static float QuantiseValue(float input, int stepCount)
static bool Draw(Slider_Layout layout, bool disablePick, float value, GUISlider.DragState dragState, [Optional] GUISlider.DrawBackingHandler backingHandler, bool forceOver=false, int minValue=-1, int maxValue=-1, bool ignoreStartPoint=false)
static bool IsCursorOver(Vector2 cursorPosition, Slider_Layout layout)