uiTableValueColor

Function uiTableValueColor 

Source
pub unsafe extern "C" fn uiTableValueColor(
    v: *const uiTableValue,
    r: *mut f64,
    g: *mut f64,
    b: *mut f64,
    a: *mut f64,
)
Expand description

Returns the color value held internally.

To be used only on uiTableValue objects of type uiTableValueTypeColor.

@param v Table value. @param[out] r Red. Double in range of [0, 1.0]. @param[out] g Green. Double in range of [0, 1.0]. @param[out] b Blue. Double in range of [0, 1.0]. @param[out] a Alpha. Double in range of [0, 1.0]. @memberof uiTableValue