pub type spinBMPOption = _spinBMPOption;Expand description
Options for saving BMP images. Used in saving PPM images with a call to spinImageSaveBmp().
Aliased Type§
#[repr(C)]pub struct spinBMPOption {
pub indexedColor_8bit: u8,
pub reserved: [u32; 16],
}Fields§
§indexedColor_8bit: u8§reserved: [u32; 16]Reserved for future use.