[][src]Function pathfinder_color::rgbf

pub fn rgbf(r: f32, g: f32, b: f32) -> ColorF

A convenience method to construct a ColorF from an RGB triple.

Alpha is set to 1.0.