Struct uorustlibs::hues::Hue [] [src]

pub struct Hue {
    pub color_table: [Color16; 32],
    pub table_start: Color16,
    pub table_end: Color16,
    pub name: String,
}

An individual Hue

Fields

32 color values

The first hue value in the table

The last hue value in the table

A label for the hue

Methods

impl Hue
[src]

[src]

[src]

Convert a hue back into its canonical mul representation

Trait Implementations

impl Clone for Hue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more