According how I read the documentation you linked to it should be:
r: 0.0 to 255.0
g: 0.0 to 255.0
b: 0.0 to 255.0
a: 0.0 to 1
rb: -255 - 255
gb: -255 - 255
bb: -255 - 255
ab: -255 - 255
(these need to be scaled by bit depth)
rg: 0.01 - ...
gg: 0.01 - ...
bg: 0.01 - ...
ag: 0.01 - ...
(since gamma exponential scaling I'll restrict it to 10)
Cu Selur
r: 0.0 to 255.0
g: 0.0 to 255.0
b: 0.0 to 255.0
a: 0.0 to 1
rb: -255 - 255
gb: -255 - 255
bb: -255 - 255
ab: -255 - 255
(these need to be scaled by bit depth)
rg: 0.01 - ...
gg: 0.01 - ...
bg: 0.01 - ...
ag: 0.01 - ...
(since gamma exponential scaling I'll restrict it to 10)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.