mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 08:08:20 +00:00
Add llLinear2sRGB / llsRGB2Linear implementations
This commit is contained in:
parent
5755bb1c30
commit
c8a0a21823
3 changed files with 24 additions and 0 deletions
|
@ -64,4 +64,8 @@
|
|||
, llVecDist(<0,0,0>, <0,0,0>)
|
||||
, llVecDist(<0,0,0>, <48,-60,-64>)
|
||||
, llVecDist(<-30,30,30>, <18,-30,-34>)
|
||||
, llLinear2sRGB(<0.002, 0.14875476, 0.047648344>)*16777216
|
||||
, llLinear2sRGB(<0.98946905, 0.6663575, 0.018204538>)*16777216
|
||||
, llsRGB2Linear(<0.002, 0.16214077, 0.28536963>)*16777216
|
||||
, llsRGB2Linear(<0.80262023, 0.6663575, 0.018204538>)*16777216
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue