color32_make

Function color32_make 

Source
pub unsafe fn color32_make(r: u8, g: u8, b: u8, a: u8) -> Result<Color32>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.