Colors are received in the wrong order
Opened this issue · 0 comments
sebescudie commented
Hey,
Using latest vvvv gamma preview (5.3-164).
I'm sending colors from Châtaigne to vvvv via OSC. They are received in the wrong order, i.e as ABGR
.
For instance, when sending this purple color

vvvv receives it in the exact inverse order

Châtaigne sends those colors as r
typetag.
Had a look inside the lib, and was able to solve it by unchecking Input Is Big Endian
inside the UnpackInterger32
function, which is located inside UnpackUtils
.
Thanks in advance!