Datatype for color

Why does this print FF000000 and not 000000?

color setC = color(0, 0, 0);
println(hex(setC));

1 Like

Processing.org/reference/color_datatype.html

1 Like