Function epaint::shape_transform::adjust_colors
source ยท pub fn adjust_colors(
shape: &mut Shape,
adjust_color: impl Fn(&mut Color32) + Send + Sync + Copy + 'static,
)
Expand description
Remember to handle Color32::PLACEHOLDER
specially!