C# Class OpenRA.Mods.Common.Widgets.Logic.ColorPickerLogic

Inheritance: ChromeLogic
Show file Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
ShowColorDropDown ( DropDownButtonWidget color, ColorPreviewManagerWidget preview, World world ) : void

Private Methods

Method Description
ColorPickerLogic ( OpenRA.Widgets.Widget widget, ModData modData, World world, HSLColor initialColor, Action onChange, WorldRenderer worldRenderer ) : System

Method Details

ShowColorDropDown() public static method

public static ShowColorDropDown ( DropDownButtonWidget color, ColorPreviewManagerWidget preview, World world ) : void
color DropDownButtonWidget
preview ColorPreviewManagerWidget
world World
return void