Skip to content
Snippets Groups Projects
  • KERDREUX Jerome's avatar
    0a1281e3
    Fix the unknown type · 0a1281e3
    KERDREUX Jerome authored
    Cbor return an interface{} for everything, casting to uint64 or float64
    is wrong due to the fact that xAAL schemas support both (even int is
    possible). So recast everything to float64 and deal w/ that.
    
    float64 mainly because colorful use float64 for everything, so as
    brightness is Z in yxz format...
    0a1281e3
    History
    Fix the unknown type
    KERDREUX Jerome authored
    Cbor return an interface{} for everything, casting to uint64 or float64
    is wrong due to the fact that xAAL schemas support both (even int is
    possible). So recast everything to float64 and deal w/ that.
    
    float64 mainly because colorful use float64 for everything, so as
    brightness is Z in yxz format...