Struct gdal_sys::GDALColorEntry [] [src]

#[repr(C)]
pub struct GDALColorEntry { pub c1: c_short, pub c2: c_short, pub c3: c_short, pub c4: c_short, }

Color tuple

Fields

gray, red, cyan or hue

green, magenta, or lightness

blue, yellow, or saturation

alpha or blackband

Trait Implementations

impl Debug for GDALColorEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GDALColorEntry
[src]

impl Clone for GDALColorEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations