ori::core

Module canvas

Source
Expand description

Canvas module.

Structs§

  • Radi of the corners on a rounded rectangle.
  • The border width of a rounded rectangle.
  • A canvas that can be drawn on.
  • A color with red, green, blue and alpha components.
  • A bezier curve.
  • An iterator over the segments of a curve.
  • A type for displaying a color as a hex string.
  • A mask that can be used to clip a layer.
  • A paint that can be used to fill or stroke a shape.
  • A pattern that can be used to fill a shape.
  • Properties of a stroke.

Enums§

Functions§

  • Create a new color, with the given hex string.
  • Create a new color, with the given hue, saturation and lightness components.
  • Create a new color, with the given hue, saturation, lightness and alpha components.
  • Create a new color, with the given hue, saturation and value components.
  • Create a new color, with the given hue, saturation, value and alpha components.
  • Create a new color, with the given hue, saturation and lightness components.
  • Create a new color, with the given hue, saturation, lightness and alpha components.
  • Create a new color, with the given hue, saturation and value components.
  • Create a new color, with the given hue, saturation, value and alpha components.
  • Create a new color, with the given lightness, a and b components.
  • Create a new color, with the given lightness, a, b and alpha components.
  • Create a new color, with the given lightness, chroma and hue components.
  • Create a new color, with the given lightness, chroma, hue and alpha components.
  • Create a new color, with the given red, green and blue components.
  • Create a new color, with the given red, green, blue and alpha components.