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