Returns a linearly interpolated color between a and b colors.
Value of (0, 0, 0, 255) that represents the black color.
Value of (0, 0, 255, 255) that represents the blue color.
Value of (0, 255, 255, 255) that represents the cyan color.
Value of (0, 255, 0, 255) that represents the green color.
Value of (255, 0, 255, 255) that represents the magenta color.
Value of (255, 0, 0, 255) that represents the red color.
The number of bits used to represent an instance of Color32 in a binary form.
The number of bytes used to represent an instance of Color32 in a binary form.
Value of (255, 255, 255, 255) that represents the white color.
Value of (255, 255, 0, 255) that represents the yellow color.