color_make

Function color_make 

Source
pub unsafe fn color_make(r: u8, g: u8, b: u8) -> Result<Color>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.