keep alpha in hex colorpicker view
This commit is contained in:
parent
9111ebcd2b
commit
80ad6418aa
|
@ -494,6 +494,7 @@
|
|||
const rgb = colorConverter.HSVtoRGB(HSV);
|
||||
switch (currentFormat) {
|
||||
case 'hex':
|
||||
rgb.a = HSV.a;
|
||||
$hexCode.value = colorToString(rgb, 'hex');
|
||||
break;
|
||||
case 'rgb': {
|
||||
|
|
Loading…
Reference in New Issue
Block a user