Using the HSV color space, you have more fine-grained control over the color. The hue, saturation and value can be controlled independently. func _generate_random_hsv_color() -> Color: return ...
This repository contains a Python implementation of the method described in the paper: "Ultrasound confidence maps using random walks" by Athanasios Karamalis, Wolfgang Wein, Tassilo Klein and Nassir ...