Type Definition nannou::draw::properties::ColorScalar [] [src]

type ColorScalar = DefaultScalar;

The scalar type used for the color channel values.

Trait Implementations

impl<S> SetColor<ColorScalar> for Ellipse<S>
[src]

[src]

Provide a mutable reference to the RGBA field which can be used for setting colors.

[src]

Specify a color. Read more

[src]

Specify the color via red, green and blue channels.

[src]

Specify the color via red, green, blue and alpha channels.

[src]

Specify the color via hue, saturation and luminance. Read more

[src]

Specify the color via hue, saturation, luminance and an alpha channel. Read more

[src]

Specify the color via hue, saturation and value (brightness). Read more

[src]

Specify the color via hue, saturation, value (brightness) and an alpha channel. Read more

impl<S> SetColor<ColorScalar> for Line<S>
[src]

[src]

Provide a mutable reference to the RGBA field which can be used for setting colors.

[src]

Specify a color. Read more

[src]

Specify the color via red, green and blue channels.

[src]

Specify the color via red, green, blue and alpha channels.

[src]

Specify the color via hue, saturation and luminance. Read more

[src]

Specify the color via hue, saturation, luminance and an alpha channel. Read more

[src]

Specify the color via hue, saturation and value (brightness). Read more

[src]

Specify the color via hue, saturation, value (brightness) and an alpha channel. Read more

impl<S> SetColor<ColorScalar> for Quad<S>
[src]

[src]

Provide a mutable reference to the RGBA field which can be used for setting colors.

[src]

Specify a color. Read more

[src]

Specify the color via red, green and blue channels.

[src]

Specify the color via red, green, blue and alpha channels.

[src]

Specify the color via hue, saturation and luminance. Read more

[src]

Specify the color via hue, saturation, luminance and an alpha channel. Read more

[src]

Specify the color via hue, saturation and value (brightness). Read more

[src]

Specify the color via hue, saturation, value (brightness) and an alpha channel. Read more

impl<S> SetColor<ColorScalar> for Rect<S>
[src]

[src]

Provide a mutable reference to the RGBA field which can be used for setting colors.

[src]

Specify a color. Read more

[src]

Specify the color via red, green and blue channels.

[src]

Specify the color via red, green, blue and alpha channels.

[src]

Specify the color via hue, saturation and luminance. Read more

[src]

Specify the color via hue, saturation, luminance and an alpha channel. Read more

[src]

Specify the color via hue, saturation and value (brightness). Read more

[src]

Specify the color via hue, saturation, value (brightness) and an alpha channel. Read more

impl<S> SetColor<ColorScalar> for Tri<S>
[src]

[src]

Provide a mutable reference to the RGBA field which can be used for setting colors.

[src]

Specify a color. Read more

[src]

Specify the color via red, green and blue channels.

[src]

Specify the color via red, green, blue and alpha channels.

[src]

Specify the color via hue, saturation and luminance. Read more

[src]

Specify the color via hue, saturation, luminance and an alpha channel. Read more

[src]

Specify the color via hue, saturation and value (brightness). Read more

[src]

Specify the color via hue, saturation, value (brightness) and an alpha channel. Read more