UIVehicleColourPickerPanel

image

Since the classic color panel is not enough to show all the vehicle colors available, i decided to make a new side panel only for them.

Constructor

public UIVehicleColourPickerPanel(PanelSide side, string title)
public UIVehicleColourPickerPanel(PanelSide side, string title, HudColor BgColor)
UIVehicleColorPickerPanel.New(side, title, color)

Parameters

This panel is exactly the same as UIMenuColourPickerPanel

string Title { get; set; }
VehicleColorPickerSelectEvent OnVehicleColorPickerSelect(UIMenuItem item, UIVehicleColourPickerPanel panel, int colorIndex)
:UpdatePanelTitle(title)
PickerSelect = function(item, panel, colorIndex)