ImPlot3DStyle

Type Alias ImPlot3DStyle 

Source
pub type ImPlot3DStyle = ImPlot3DStyle_c;

Aliased Type§

#[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,
}

Fields§

§LineWeight: f32§Marker: i32§MarkerSize: f32§MarkerWeight: f32§FillAlpha: f32§PlotDefaultSize: ImVec2_c§PlotMinSize: ImVec2_c§PlotPadding: ImVec2_c§LabelPadding: ImVec2_c§ViewScaleFactor: f32§LegendPadding: ImVec2_c§LegendInnerPadding: ImVec2_c§LegendSpacing: ImVec2_c§Colors: [ImVec4_c; 15]§Colormap: i32