bugfix: alpha channel now opaque (not transparent)
This commit is contained in:
parent
af5c5c8e66
commit
3d7cf11518
3 changed files with 3 additions and 3 deletions
|
|
@ -400,7 +400,7 @@
|
|||
}
|
||||
return _results;
|
||||
})();
|
||||
x.push(0);
|
||||
x.push(255);
|
||||
return x;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@ we actually _want_ that limitation in the output.
|
|||
color = color.slice(1)
|
||||
c1 = [ color[0..1], color[2..3], color[4..5] ]
|
||||
x = (hex2dec i for i in c1)
|
||||
x.push 0
|
||||
x.push 255
|
||||
x
|
||||
|
||||
Need a way to convert the array back to the color name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue