Skip to main content

with_alpha

Function with_alpha 

Source
pub fn with_alpha(color: [f32; 4], alpha: f32) -> [f32; 4]
Expand description

Returns color with its alpha channel replaced. See [khora_tool_ui::widgets::with_alpha].