object_style_apply_recolor

Function object_style_apply_recolor 

Source
pub unsafe fn object_style_apply_recolor(
    obj: *const Object,
    part: Part,
    color: Color32,
) -> Result<Color32>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.