Skip to content
Snippets Groups Projects
  1. Jan 28, 2025
  2. Jan 27, 2025
  3. Nov 21, 2024
  4. Nov 13, 2024
    • KERDREUX Jerome's avatar
      Switch white temperature and brightness to int · 37666654
      KERDREUX Jerome authored
      Dropped the convertFloat64 for white_temperature and brightness. The
      code is cleaner.
      37666654
    • KERDREUX Jerome's avatar
      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
  5. Nov 11, 2024
    • KERDREUX Jerome's avatar
      Add support for color · 93caf40e
      KERDREUX Jerome authored
      xy decoding is a pain to decode. Thanks to chatgpt, I was able to port
      the JS code. The code seems to works fine now.
      
      I need to fix a issue in the xAAL core due to compare of list..
      93caf40e
  6. Sep 30, 2024
Loading