↓ 2 callersFunctionpaint_text_line_flipped(
painter: &egui::Painter,
pos: Pos2,
text: &str,
font_id: egui::FontId,
color: Color32,
crates/memstroy-gui/src/canvas_preview.rs:3302
↓ 2 callersFunctionrgb_to_hsvConvert an `[r, g, b]` triple in 0..=255 to HSV with H in [0, 360), S in [0, 1], V in [0, 1].
crates/memstroy-vision/src/chromakey.rs:70