-
r, g, b = (0.9999999999999999, 0.9999999999999999, 1.0)
c = Color(red=r, green=g, blue=b)
print or log c
traceback :
```
File "/home/lionel/Envs/rectitude-pyqt/local/lib/python2.7/site-pa…
-
compass will translate rgba(#F1F1F1, .9) into rgba(241, 241, 241, 0.9), and cssnano will compress it into hsla(0,0%,95%,.9).
However, rgb(241, 241, 241) actually equals **hsl(0,0%,94.5%)**. So I thin…
-
While testing Torch Image with:
`luajit -limage -e "image.test()"`
I am getting:
```
/usr/share/lua/5.1/dok/inline.lua:738: no bindings available to load images (libjpeg AND libpng missing)
st…
-
# use MkDocs
## mydocs.yml:
site_name: My Docs
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js
- https://cdnjs.cloudflare.com/ajax/libs/flowcha…
-
Add an option to change the Area Charts fill color. Currently it's a slightly brighter version of the line color, but people might want to change it. (I did, wanted a brighter color there).
``` coffe…
-
Documentation for the function says that color will fall into the range between 0.0-1.0. However, for the "s" and "l" components this is not the case:
```
g.color.rgb2hsl(255, 0, 0)
> [0, -1.00790513…
-
```
the cursor isn't following the mouse, because in CursorManager
public inline function inject(e:MouseEvent) {
Mouse.hide();
_mc.visible = false;
_mc.x = e.stageX;
...
shou…
-
Just try this:
```
conv.hsl(conv.rgb(223, 240, 216).hsl()).rgb()
```
It returns
```
[ 222, 239, 215 ]
```
I think it is because `hsl` values are integers.
-
Originally reported on Google Code with ID 2342
```
The input value's range and output value's range have to be defined in doxygen docs
in the color.h file. I'm loosing time guessing what is the rang…
-
```
the cursor isn't following the mouse, because in CursorManager
public inline function inject(e:MouseEvent) {
Mouse.hide();
_mc.visible = false;
_mc.x = e.stageX;
...
shou…