Function rust_raylib::ffi::ColorAlpha
source · pub unsafe extern "C" fn ColorAlpha(
color: Color,
alpha: c_float
) -> Color
Expand description
Get color with alpha applied, alpha goes from 0.0f to 1.0f
pub unsafe extern "C" fn ColorAlpha(
color: Color,
alpha: c_float
) -> Color
Get color with alpha applied, alpha goes from 0.0f to 1.0f