Get Color from normalized values \[0..1\].
See also
Other from functions:
color_from_hsv(),
image_from_channel(),
image_from_image()
Examples
color_from_normalized(c(0, 0, 0, 1))
#> color(r = 0, g = 0, b = 0, a = 255)
Get Color from normalized values \[0..1\].
Other from functions:
color_from_hsv(),
image_from_channel(),
image_from_image()
color_from_normalized(c(0, 0, 0, 1))
#> color(r = 0, g = 0, b = 0, a = 255)