Struct amethyst_renderer::AmbientColor [−][src]
pub struct AmbientColor(pub Rgba);
The ambient color of a scene
Trait Implementations
impl Clone for AmbientColor[src]
impl Clone for AmbientColorfn clone(&self) -> AmbientColor[src]
fn clone(&self) -> AmbientColorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AmbientColor[src]
impl Debug for AmbientColorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for AmbientColor[src]
impl Default for AmbientColorfn default() -> AmbientColor[src]
fn default() -> AmbientColorReturns the "default value" for a type. Read more
impl AsRef<Rgba> for AmbientColor[src]
impl AsRef<Rgba> for AmbientColorAuto Trait Implementations
impl Send for AmbientColor
impl Send for AmbientColorimpl Sync for AmbientColor
impl Sync for AmbientColor