[][src]Module plotters::style

The style for shapes and text, font, color, etc.

Re-exports

pub use colors::BLACK;
pub use colors::BLUE;
pub use colors::CYAN;
pub use colors::GREEN;
pub use colors::MAGENTA;
pub use colors::RED;
pub use colors::TRANSPARENT;
pub use colors::WHITE;
pub use colors::YELLOW;

Modules

colors

Basic predefined colors.

Structs

FontDesc

Describes a font

HSLColor

The color described by HSL color space

Palette99

The palette of 99% accessibility

Palette100

The palette of 100% accessibility

Palette9999

The palette of 99.99% accessibility

PaletteColor

A color in the given palette

RGBAColor

The RGBA representation of the color, Plotters use RGBA as the internal representation of color

RGBColor

The color described by it's RGB value

ShapeStyle

Style for any of shape

TextStyle

Style of a text

Enums

FontTransform

Specifying text transformations

Traits

Color

Any color representation

IntoFont
Palette
SimpleColor

Color without alpha channel

Type Definitions

FontError

The error type for the font implementation

FontResult

The type we used to represent a result of any font operations

LayoutBox