pub unsafe extern "C" fn uiColorButtonSetColor(
b: *mut uiColorButton,
r: f64,
g: f64,
bl: f64,
a: f64,
)
Expand description
Sets the color button color.
@param b uiColorButton instance. @param r Red. Double in range of [0, 1.0]. @param g Green. Double in range of [0, 1.0]. @param bl Blue. Double in range of [0, 1.0]. @param a Alpha. Double in range of [0, 1.0]. @memberof uiColorButton