Type Alias ImPlot3DStyle
Source pub type ImPlot3DStyle = ImPlot3DStyle_c;
#[repr(C)]
pub struct ImPlot3DStyle {Show 15 fields
pub LineWeight: f32,
pub Marker: i32,
pub MarkerSize: f32,
pub MarkerWeight: f32,
pub FillAlpha: f32,
pub PlotDefaultSize: ImVec2_c,
pub PlotMinSize: ImVec2_c,
pub PlotPadding: ImVec2_c,
pub LabelPadding: ImVec2_c,
pub ViewScaleFactor: f32,
pub LegendPadding: ImVec2_c,
pub LegendInnerPadding: ImVec2_c,
pub LegendSpacing: ImVec2_c,
pub Colors: [ImVec4_c; 15],
pub Colormap: i32,
}