21 }
else if (
c2_a == 0) {
ARGB8888 color stored as a 32-bit unsigned integer.
Defines 140 opaque HTML named colors.
Color InterpolateColorWithTransparency(Color c, int16_t fraction_color)
Equivalent to InterpolateColors(Transparent, c, fraction_color).
Color InterpolateColors(Color c1, Color c2, int16_t fraction)
Interpolate between two colors with fraction in [0, 256].
Color InterpolateOpaqueColors(Color c1, Color c2, int16_t fraction)
Interpolate between two opaque colors with fraction in [0, 256].