Converts a set of `f64` red, green and blue values in the range `0 <= x <= 1` to a 3-tuple of `u8` suitable for use as an [ARGBInteger] Returns an error String if any of the arguments are not in the range `0 <= x <= 1` Ses also [floats_to_rgb] # Arguments a - alpha (transparency) value. 0: completely opaque, 1: completely transparent. r - red. 0: no red, 1: fully red g - green. 0: no green, 1:
(a: f64, r: f64, g: f64, b: f64)
source not stored for this graph (policy: none)
no test coverage detected