Adds colorable sliders & RGB/HSV color picker (#7441)

This commit is contained in:
Flipp Syder
2022-04-15 15:55:56 -07:00
committed by GitHub
parent deb335c19b
commit c7856327a8
5 changed files with 19 additions and 223 deletions

View File

@@ -44,7 +44,7 @@ public sealed partial class DecalPlacerWindow : DefaultWindow
SpinBoxContainer.AddChild(RotationSpinBox);
Search.OnTextChanged += _ => RefreshList();
ColorPicker.OnColorPicked += color =>
ColorPicker.OnColorChanged += color =>
{
_color = color;
UpdateDecalPlacementInfo();