


Adds a HSV color picker to the display settings menu for easy HUD color selection.
Integrates color picker into MAPMO 's color selection menus.
NOTE: Display settings picker will only appear if MAPMO isn't installed.

General
Allows user to easily select desired color without having to specify RGB values.
Completely built using XML with no required scripting.
Outputs Red, Green, Blue, and Decimal color values based on selected color.
Access output values directly from UI traits.
ADDING PREFAB
Prefab should be added to via an
CONFIGURATION TRAITS
> Visibility
> Positioning
> Window Size
> Backgound Opacity/Padding
See XML for a detailed overview.
FUNCTIONS
Included CompileScript functions enable easy interaction with the color picker.
See function files for more detailed explanations and use case examples.
> SelectColor - Selects a color in the HSV Color Picker window
> GetRGBColor - Returns Red, Green, and Blue components of currently selected color
> GetDecimalColor - Returns decimal representation of currently selected color


Installs like any other mod, manually or using a mod manager.
Instructions
Installs like any other mod, manually or using a mod manager.
HSV Color Picker - UI Color Selection
REQUIRES HSV Color Picker - Resource Integrates the color picker into the display settings menu. Integrates the color picker into MAPMO's color selection menus.
HSV Color Picker - Resource
Modders resource adding a XML based HSV color picker.
