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