[][src]Enum msoffice_shared::drawingml::PresetColorVal

pub enum PresetColorVal {
    AliceBlue,
    AntiqueWhite,
    Aqua,
    Aquamarine,
    Azure,
    Beige,
    Bisque,
    Black,
    BlanchedAlmond,
    Blue,
    BlueViolet,
    Brown,
    BurlyWood,
    CadetBlue,
    Chartreuse,
    Chocolate,
    Coral,
    CornflowerBlue,
    Cornsilk,
    Crimson,
    Cyan,
    DarkBlue,
    DarkCyan,
    DarkGoldenrod,
    DarkGray,
    DarkGrey,
    DarkGreen,
    DarkKhaki,
    DarkMagenta,
    DarkOliveGreen,
    DarkOrange,
    DarkOrchid,
    DarkRed,
    DarkSalmon,
    DarkSeaGreen,
    DarkSlateBlue,
    DarkSlateGray,
    DarkSlateGrey,
    DarkTurqoise,
    DarkViolet,
    DkBlue,
    DkCyan,
    DkGoldenrod,
    DkGray,
    DkGrey,
    DkGreen,
    DkKhaki,
    DkMagenta,
    DkOliveGreen,
    DkOrange,
    DkOrchid,
    DkRed,
    DkSalmon,
    DkSeaGreen,
    DkSlateBlue,
    DkSlateGray,
    DkSlateGrey,
    DkTurquoise,
    DkViolet,
    DeepPink,
    DeepSkyBlue,
    DimGray,
    DimGrey,
    DodgerBluet,
    Firebrick,
    FloralWhite,
    ForestGreen,
    Fuchsia,
    Gainsboro,
    GhostWhite,
    Gold,
    Goldenrod,
    Gray,
    Grey,
    Green,
    GreenYellow,
    Honeydew,
    HotPink,
    IndianRed,
    Indigo,
    Ivory,
    Khaki,
    Lavender,
    LavenderBlush,
    LawnGreen,
    LemonChiffon,
    LightBlue,
    LightCoral,
    LightCyan,
    LightGoldenrodYellow,
    LightGray,
    LightGrey,
    LightGreen,
    LightPink,
    LightSalmon,
    LightSeaGreen,
    LightSkyBlue,
    LightSlateGray,
    LightSlateGrey,
    LightSteelBlue,
    LightYellow,
    LtBlue,
    LtCoral,
    LtCyan,
    LtGoldenrodYellow,
    LtGray,
    LtGrey,
    LtGreen,
    LtPink,
    LtSalmon,
    LtSeaGreen,
    LtSkyBlue,
    LtSlateGray,
    LtSlateGrey,
    LtSteelBlue,
    LtYellow,
    Lime,
    LimeGreen,
    Linen,
    Magenta,
    Maroon,
    MedAquamarine,
    MedBlue,
    MedOrchid,
    MedPurple,
    MedSeaGreen,
    MedSlateBlue,
    MedSpringGreen,
    MedTurquoise,
    MedVioletRed,
    MediumAquamarine,
    MediumBlue,
    MediumOrchid,
    MediumPurple,
    MediumSeaGreen,
    MediumSlateBlue,
    MediumSpringGreen,
    MediumTurquoise,
    MediumVioletRed,
    MidnightBlue,
    MintCream,
    MistyRose,
    Moccasin,
    NavajoWhite,
    Navy,
    OldLace,
    Olive,
    OliveDrab,
    Orange,
    OrangeRed,
    Orchid,
    PaleGoldenrod,
    PaleGreen,
    PaleTurquoise,
    PaleVioletRed,
    PapayaWhip,
    PeachPuff,
    Peru,
    Pink,
    Plum,
    PowderBlue,
    Purple,
    Red,
    RosyBrown,
    RoyalBlue,
    SaddleBrown,
    Salmon,
    SandyBrown,
    SeaGreen,
    SeaShell,
    Sienna,
    Silver,
    SkyBlue,
    SlateBlue,
    SlateGray,
    SlateGrey,
    Snow,
    SpringGreen,
    SteelBlue,
    Tan,
    Teal,
    Thistle,
    Tomato,
    Turquoise,
    Violet,
    Wheat,
    White,
    WhiteSmoke,
    Yellow,
    YellowGreen,
}

This simple type represents a preset color value.

Variants

AliceBlue

Specifies a color with RGB value (240,248,255)

AntiqueWhite

Specifies a color with RGB value (250,235,215)

Aqua

Specifies a color with RGB value (0,255,255)

Aquamarine

Specifies a color with RGB value (127,255,212)

Azure

Specifies a color with RGB value (240,255,255)

Beige

Specifies a color with RGB value (245,245,220)

Bisque

Specifies a color with RGB value (255,228,196)

Black

Specifies a color with RGB value (0,0,0)

BlanchedAlmond

Specifies a color with RGB value (255,235,205)

Blue

Specifies a color with RGB value (0,0,255)

BlueViolet

Specifies a color with RGB value (138,43,226)

Brown

Specifies a color with RGB value (165,42,42)

BurlyWood

Specifies a color with RGB value (222,184,135)

CadetBlue

Specifies a color with RGB value (95,158,160)

Chartreuse

Specifies a color with RGB value (127,255,0)

Chocolate

Specifies a color with RGB value (210,105,30)

Coral

Specifies a color with RGB value (255,127,80)

CornflowerBlue

Specifies a color with RGB value (100,149,237)

Cornsilk

Specifies a color with RGB value (255,248,220)

Crimson

Specifies a color with RGB value (220,20,60)

Cyan

Specifies a color with RGB value (0,255,255)

DarkBlue

Specifies a color with RGB value (0,0,139)

DarkCyan

Specifies a color with RGB value (0,139,139)

DarkGoldenrod

Specifies a color with RGB value (184,134,11)

DarkGray

Specifies a color with RGB value (169,169,169)

DarkGrey

Specifies a color with RGB value (169,169,169)

DarkGreen

Specifies a color with RGB value (0,100,0)

DarkKhaki

Specifies a color with RGB value (189,183,107)

DarkMagenta

Specifies a color with RGB value (139,0,139)

DarkOliveGreen

Specifies a color with RGB value (85,107,47)

DarkOrange

Specifies a color with RGB value (255,140,0)

DarkOrchid

Specifies a color with RGB value (153,50,204)

DarkRed

Specifies a color with RGB value (139,0,0)

DarkSalmon

Specifies a color with RGB value (233,150,122)

DarkSeaGreen

Specifies a color with RGB value (143,188,143)

DarkSlateBlue

Specifies a color with RGB value (72,61,139)

DarkSlateGray

Specifies a color with RGB value (47,79,79)

DarkSlateGrey

Specifies a color with RGB value (47,79,79)

DarkTurqoise

Specifies a color with RGB value (0,206,209)

DarkViolet

Specifies a color with RGB value (148,0,211)

DkBlue

Specifies a color with RGB value (0,0,139)

DkCyan

Specifies a color with RGB value (0,139,139)

DkGoldenrod

Specifies a color with RGB value (184,134,11)

DkGray

Specifies a color with RGB value (169,169,169)

DkGrey

Specifies a color with RGB value (169,169,169)

DkGreen

Specifies a color with RGB value (0,100,0)

DkKhaki

Specifies a color with RGB value (189,183,107)

DkMagenta

Specifies a color with RGB value (139,0,139)

DkOliveGreen

Specifies a color with RGB value (85,107,47)

DkOrange

Specifies a color with RGB value (255,140,0)

DkOrchid

Specifies a color with RGB value (153,50,204)

DkRed

Specifies a color with RGB value (139,0,0)

DkSalmon

Specifies a color with RGB value (233,150,122)

DkSeaGreen

Specifies a color with RGB value (143,188,139)

DkSlateBlue

Specifies a color with RGB value (72,61,139)

DkSlateGray

Specifies a color with RGB value (47,79,79)

DkSlateGrey

Specifies a color with RGB value (47,79,79)

DkTurquoise

Specifies a color with RGB value (0,206,209)

DkViolet

Specifies a color with RGB value (148,0,211)

DeepPink

Specifies a color with RGB value (255,20,147)

DeepSkyBlue

Specifies a color with RGB value (0,191,255)

DimGray

Specifies a color with RGB value (105,105,105)

DimGrey

Specifies a color with RGB value (105,105,105)

DodgerBluet

Specifies a color with RGB value (30,144,255)

Firebrick

Specifies a color with RGB value (178,34,34)

FloralWhite

Specifies a color with RGB value (255,250,240)

ForestGreen

Specifies a color with RGB value (34,139,34)

Fuchsia

Specifies a color with RGB value (255,0,255)

Gainsboro

Specifies a color with RGB value (220,220,220)

GhostWhite

Specifies a color with RGB value (248,248,255)

Gold

Specifies a color with RGB value (255,215,0)

Goldenrod

Specifies a color with RGB value (218,165,32)

Gray

Specifies a color with RGB value (128,128,128)

Grey

Specifies a color with RGB value (128,128,128)

Green

Specifies a color with RGB value (0,128,0)

GreenYellow

Specifies a color with RGB value (173,255,47)

Honeydew

Specifies a color with RGB value (240,255,240)

HotPink

Specifies a color with RGB value (255,105,180)

IndianRed

Specifies a color with RGB value (205,92,92)

Indigo

Specifies a color with RGB value (75,0,130)

Ivory

Specifies a color with RGB value (255,255,240)

Khaki

Specifies a color with RGB value (240,230,140)

Lavender

Specifies a color with RGB value (230,230,250)

LavenderBlush

Specifies a color with RGB value (255,240,245)

LawnGreen

Specifies a color with RGB value (124,252,0)

LemonChiffon

Specifies a color with RGB value (255,250,205)

LightBlue

Specifies a color with RGB value (173,216,230)

LightCoral

Specifies a color with RGB value (240,128,128)

LightCyan

Specifies a color with RGB value (224,255,255)

LightGoldenrodYellow

Specifies a color with RGB value (250,250,210)

LightGray

Specifies a color with RGB value (211,211,211)

LightGrey

Specifies a color with RGB value (211,211,211)

LightGreen

Specifies a color with RGB value (144,238,144)

LightPink

Specifies a color with RGB value (255,182,193)

LightSalmon

Specifies a color with RGB value (255,160,122)

LightSeaGreen

Specifies a color with RGB value (32,178,170)

LightSkyBlue

Specifies a color with RGB value (135,206,250)

LightSlateGray

Specifies a color with RGB value (119,136,153)

LightSlateGrey

Specifies a color with RGB value (119,136,153)

LightSteelBlue

Specifies a color with RGB value (176,196,222)

LightYellow

Specifies a color with RGB value (255,255,224)

LtBlue

Specifies a color with RGB value (173,216,230)

LtCoral

Specifies a color with RGB value (240,128,128)

LtCyan

Specifies a color with RGB value (224,255,255)

LtGoldenrodYellow

Specifies a color with RGB value (250,250,120)

LtGray

Specifies a color with RGB value (211,211,211)

LtGrey

Specifies a color with RGB value (211,211,211)

LtGreen

Specifies a color with RGB value (144,238,144)

LtPink

Specifies a color with RGB value (255,182,193)

LtSalmon

Specifies a color with RGB value (255,160,122)

LtSeaGreen

Specifies a color with RGB value (32,178,170)

LtSkyBlue

Specifies a color with RGB value (135,206,250)

LtSlateGray

Specifies a color with RGB value (119,136,153)

LtSlateGrey

Specifies a color with RGB value (119,136,153)

LtSteelBlue

Specifies a color with RGB value (176,196,222)

LtYellow

Specifies a color with RGB value (255,255,224)

Lime

Specifies a color with RGB value (0,255,0)

LimeGreen

Specifies a color with RGB value (50,205,50)

Linen

Specifies a color with RGB value (250,240,230)

Magenta

Specifies a color with RGB value (255,0,255)

Maroon

Specifies a color with RGB value (128,0,0)

MedAquamarine

Specifies a color with RGB value (102,205,170)

MedBlue

Specifies a color with RGB value (0,0,205)

MedOrchid

Specifies a color with RGB value (186,85,211)

MedPurple

Specifies a color with RGB value (147,112,219)

MedSeaGreen

Specifies a color with RGB value (60,179,113)

MedSlateBlue

Specifies a color with RGB value (123,104,238)

MedSpringGreen

Specifies a color with RGB value (0,250,154)

MedTurquoise

Specifies a color with RGB value (72,209,204)

MedVioletRed

Specifies a color with RGB value (199,21,133)

MediumAquamarine

Specifies a color with RGB value (102,205,170)

MediumBlue

Specifies a color with RGB value (0,0,205)

MediumOrchid

Specifies a color with RGB value (186,85,211)

MediumPurple

Specifies a color with RGB value (147,112,219)

MediumSeaGreen

Specifies a color with RGB value (60,179,113)

MediumSlateBlue

Specifies a color with RGB value (123,104,238)

MediumSpringGreen

Specifies a color with RGB value (0,250,154)

MediumTurquoise

Specifies a color with RGB value (72,209,204)

MediumVioletRed

Specifies a color with RGB value (199,21,133)

MidnightBlue

Specifies a color with RGB value (25,25,112)

MintCream

Specifies a color with RGB value (245,255,250)

MistyRose

Specifies a color with RGB value (255,228,225)

Moccasin

Specifies a color with RGB value (255,228,181)

NavajoWhite

Specifies a color with RGB value (255,222,173)

Navy

Specifies a color with RGB value (0,0,128)

OldLace

Specifies a color with RGB value (253,245,230)

Olive

Specifies a color with RGB value (128,128,0)

OliveDrab

Specifies a color with RGB value (107,142,35)

Orange

Specifies a color with RGB value (255,165,0)

OrangeRed

Specifies a color with RGB value (255,69,0)

Orchid

Specifies a color with RGB value (218,112,214)

PaleGoldenrod

Specifies a color with RGB value (238,232,170)

PaleGreen

Specifies a color with RGB value (152,251,152)

PaleTurquoise

Specifies a color with RGB value (175,238,238)

PaleVioletRed

Specifies a color with RGB value (219,112,147)

PapayaWhip

Specifies a color with RGB value (255,239,213)

PeachPuff

Specifies a color with RGB value (255,218,185)

Peru

Specifies a color with RGB value (205,133,63)

Pink

Specifies a color with RGB value (255,192,203)

Plum

Specifies a color with RGB value (221,160,221)

PowderBlue

Specifies a color with RGB value (176,224,230)

Purple

Specifies a color with RGB value (128,0,128)

Red

Specifies a color with RGB value (255,0,0)

RosyBrown

Specifies a color with RGB value (188,143,143)

RoyalBlue

Specifies a color with RGB value (65,105,225)

SaddleBrown

Specifies a color with RGB value (139,69,19)

Salmon

Specifies a color with RGB value (250,128,114)

SandyBrown

Specifies a color with RGB value (244,164,96)

SeaGreen

Specifies a color with RGB value (46,139,87)

SeaShell

Specifies a color with RGB value (255,245,238)

Sienna

Specifies a color with RGB value (160,82,45)

Silver

Specifies a color with RGB value (192,192,192)

SkyBlue

Specifies a color with RGB value (135,206,235)

SlateBlue

Specifies a color with RGB value (106,90,205)

SlateGray

Specifies a color with RGB value (112,128,144)

SlateGrey

Specifies a color with RGB value (112,128,144)

Snow

Specifies a color with RGB value (255,250,250)

SpringGreen

Specifies a color with RGB value (0,255,127)

SteelBlue

Specifies a color with RGB value (70,130,180)

Tan

Specifies a color with RGB value (210,180,140)

Teal

Specifies a color with RGB value (0,128,128)

Thistle

Specifies a color with RGB value (216,191,216)

Tomato

Specifies a color with RGB value (255,99,71)

Turquoise

Specifies a color with RGB value (64,224,208)

Violet

Specifies a color with RGB value (238,130,238)

Wheat

Specifies a color with RGB value (245,222,179)

White

Specifies a color with RGB value (255,255,255)

WhiteSmoke

Specifies a color with RGB value (245,245,245)

Yellow

Specifies a color with RGB value (255,255,0)

YellowGreen

Specifies a color with RGB value (154,205,50)

Trait Implementations

impl Clone for PresetColorVal[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for PresetColorVal[src]

impl Debug for PresetColorVal[src]

impl FromStr for PresetColorVal[src]

type Err = ParseEnumVariantError

The associated error which can be returned from parsing.

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]