What does the Do It Result of the make color
block mean in the attached screenshot?
Hello Anuj
You have defined the colour Red with no transparency.
In a text-based programming language that might be RGBA(255,0,0,255) - the order of Red, Green, Blue, Alpha can differ on different platforms.
The result in the make colour block represents RGBA as a single number instead of four numbers.
1 Like
See here:
1 Like
Thank you, this helps a lot!