mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 15:14:55 +00:00
Color dialog fixes for alpha
This commit is contained in:
parent
440939f91d
commit
f63ce071a1
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ namespace Toolbox.Library.Forms
|
|||
redUD.Value = ColorRGB.R;
|
||||
greenUD.Value = ColorRGB.G;
|
||||
blueUD.Value = ColorRGB.B;
|
||||
alphaUD.Value = ColorRGB.A;
|
||||
hexTB.Text = Utils.ColorToHex(colorSelector1.Color);
|
||||
alphaUD.Value = Alpha;
|
||||
hexTB.Text = Utils.ColorToHex(NewColor);
|
||||
|
||||
loaded = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue