cf_mul_color2¶
Category: graphics
GitHub: cute_color.h
Performs component-wise multiplication between two colors.
Parameters | Description |
---|---|
a | The first color. |
b | The second color. |
Return Value¶
For colors a
and a
the color { a.rb.r, a.gb.g, a.bb.b, a.ab.a }
is returned.
Related Pages¶
CF_Color
cf_mul_color
cf_color_premultiply
cf_div_color
cf_add_color
cf_sub_color
cf_abs_color
cf_fract_color
cf_splat_color
cf_mod_color
cf_clamp_color
cf_clamp_color01
cf_color_lerp