jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 5 forks source link

Color.toNative returns non-integer value #172

Open woodslanding opened 3 years ago

woodslanding commented 3 years ago

line 227 of color.lua. the return value should probably be floored: local rgb = Table.map(colorTable, function(v) return math.floor(v * 255) end)