The new assets methods are really great but… what is that value for colors?
For example, trying to retrieve a #FF0000 from the Assets Panel:
let allColorsA = assets.colors.get();
let firstColor = allColorsA[0].color.value;
console.log(firstColor); // output: 4294901760