msfs::sys

Type Alias NVGpaint

Source
pub type NVGpaint = FsPaint;

Aliased Type§

struct NVGpaint {
    pub xform: [f32; 6],
    pub extent: [f32; 2],
    pub radius: f32,
    pub feather: f32,
    pub innerColor: FsColor,
    pub outerColor: FsColor,
    pub image: i32,
}

Fields§

§xform: [f32; 6]§extent: [f32; 2]§radius: f32§feather: f32§innerColor: FsColor§outerColor: FsColor§image: i32

Trait Implementations

Source§

impl Clone for FsPaint

Source§

fn clone(&self) -> FsPaint

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for FsPaint