Type Alias UVMapSettingsMut

Source
pub type UVMapSettingsMut<'a, Ctxt> = DataMut<'a, UVMapSettings, Ctxt>;

Aliased Type§

pub struct UVMapSettingsMut<'a, Ctxt> { /* private fields */ }

Implementations§

Source§

impl<'a, Ctxt: Context> UVMapSettingsMut<'a, Ctxt>
where Self: DataMutTrait,

Source

pub fn set_color_1(&mut self, color: [f32; 4])

Source

pub fn set_color_2(&mut self, color: [f32; 4])

Source

pub fn set_pattern_frequency(&mut self, frequency: f32)