mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Added CursorIcons for resizing columns, rows and 8 cardinal directions
This commit is contained in:
@@ -828,7 +828,7 @@ impl From<Hsva> for HsvaGamma {
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// Cheap and ugly.
|
||||
/// Made for graying out disabled `Ui`:s.
|
||||
/// Made for graying out disabled `Ui`s.
|
||||
pub fn tint_color_towards(color: Color32, target: Color32) -> Color32 {
|
||||
let [mut r, mut g, mut b, mut a] = color.to_array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user