Hi, trying to access the colors into a script, i’m a bit lost:
# create new image texture
bpy.ops.image.new(name="texture_name", width=1024, height=1024, color=(0, 1.01594e-42, 1.79086e-42, 1.4013e-45),
alpha=True, uv_test_grid=False, float=False)
as you see, the new image will have a strange writing ! (for me)
it’s ARGB coordinate, but how to find a color table or a tool to get immediately the right code for a color ?
thanks