some applications will need values in [0,1], so could divide the colour vector / value by 255.0 (only applicable to rgb values) for example, mapdeck / deck.gl binary data needs it - https://github.com/SymbolixAU/mapdeck/issues/241
some applications will need values in [0,1], so could divide the colour vector / value by 255.0 (only applicable to rgb values)
for example, mapdeck / deck.gl binary data needs it - SymbolixAU/mapdeck#241