openpyxl.drawing.colors module

class openpyxl.drawing.colors.ColorChoice(scrgbClr=None, srgbClr=None, hslClr=None, sysClr=None, schemeClr=None, prstClr=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

RGB

Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)

RGBPercent

Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)

hslClr

Values must be of type <class ‘openpyxl.drawing.colors.HSLColor’>

namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
prstClr

Value must be one of {‘blue’, ‘fuchsia’, ‘tomato’, ‘medOrchid’, ‘cornsilk’, ‘dkOrchid’, ‘dkKhaki’, ‘rosyBrown’, ‘ltGray’, ‘firebrick’, ‘ltGrey’, ‘dkTurquoise’, ‘dkViolet’, ‘mediumTurquoise’, ‘sandyBrown’, ‘ltPink’, ‘mediumAquamarine’, ‘slateBlue’, ‘white’, ‘ltSkyBlue’, ‘medVioletRed’, ‘wheat’, ‘lawnGreen’, ‘navajoWhite’, ‘lightPink’, ‘plum’, ‘blanchedAlmond’, ‘ghostWhite’, ‘mediumSeaGreen’, ‘slateGrey’, ‘darkSalmon’, ‘peachPuff’, ‘lightSlateGrey’, ‘purple’, ‘forestGreen’, ‘lightYellow’, ‘coral’, ‘khaki’, ‘deepPink’, ‘medTurquoise’, ‘tan’, ‘springGreen’, ‘slateGray’, ‘dkGoldenrod’, ‘ltGreen’, ‘snow’, ‘lightSteelBlue’, ‘dkSlateGrey’, ‘beige’, ‘antiqueWhite’, ‘ivory’, ‘deepSkyBlue’, ‘brown’, ‘red’, ‘dimGray’, ‘dodgerBlue’, ‘darkSlateGrey’, ‘darkMagenta’, ‘aliceBlue’, ‘darkKhaki’, ‘saddleBrown’, ‘greenYellow’, ‘ltSlateGrey’, ‘steelBlue’, ‘darkSlateBlue’, ‘aquamarine’, ‘magenta’, ‘sienna’, ‘medSlateBlue’, ‘gray’, ‘dkOliveGreen’, ‘dkSeaGreen’, ‘mediumSlateBlue’, ‘gainsboro’, ‘lightGray’, ‘grey’, ‘seaShell’, ‘gold’, ‘lightGoldenrodYellow’, ‘darkBlue’, ‘darkOrchid’, ‘dkOrange’, ‘ltCoral’, ‘midnightBlue’, ‘salmon’, ‘cyan’, ‘dimGrey’, ‘seaGreen’, ‘burlyWood’, ‘darkTurquoise’, ‘crimson’, ‘floralWhite’, ‘lightSalmon’, ‘peru’, ‘powderBlue’, ‘darkOliveGreen’, ‘mediumVioletRed’, ‘medAquamarine’, ‘lime’, ‘bisque’, ‘royalBlue’, ‘lightBlue’, ‘darkGray’, ‘orchid’, ‘oliveDrab’, ‘turquoise’, ‘dkSalmon’, ‘mediumSpringGreen’, ‘dkRed’, ‘ltSlateGray’, ‘paleGreen’, ‘chocolate’, ‘medBlue’, ‘blueViolet’, ‘darkSeaGreen’, ‘cornflowerBlue’, ‘navy’, ‘paleTurquoise’, ‘pink’, ‘skyBlue’, ‘medSeaGreen’, ‘lightGrey’, ‘mediumPurple’, ‘mistyRose’, ‘dkGrey’, ‘papayaWhip’, ‘dkSlateBlue’, ‘lavenderBlush’, ‘ltSeaGreen’, ‘orangeRed’, ‘lavender’, ‘ltGoldenrodYellow’, ‘medPurple’, ‘olive’, ‘whiteSmoke’, ‘aqua’, ‘silver’, ‘lemonChiffon’, ‘dkMagenta’, ‘moccasin’, ‘thistle’, ‘chartreuse’, ‘paleGoldenrod’, ‘teal’, ‘lightSkyBlue’, ‘ltYellow’, ‘goldenrod’, ‘dkSlateGray’, ‘lightCyan’, ‘lightSeaGreen’, ‘azure’, ‘indianRed’, ‘darkCyan’, ‘ltSalmon’, ‘darkRed’, ‘darkSlateGray’, ‘linen’, ‘violet’, ‘black’, ‘ltSteelBlue’, ‘mediumOrchid’, ‘ltBlue’, ‘yellow’, ‘honeydew’, ‘mediumBlue’, ‘oldLace’, ‘darkGreen’, ‘limeGreen’, ‘medSpringGreen’, ‘cadetBlue’, ‘lightSlateGray’, ‘darkViolet’, ‘paleVioletRed’, ‘indigo’, ‘darkGoldenrod’, ‘dkBlue’, ‘hotPink’, ‘maroon’, ‘mintCream’, ‘green’, ‘ltCyan’, ‘orange’, ‘dkCyan’, ‘lightGreen’, ‘darkGrey’, ‘dkGreen’, ‘darkOrange’, ‘dkGray’, ‘yellowGreen’, ‘lightCoral’}

schemeClr

Values must be of type <class ‘openpyxl.drawing.colors.SchemeColor’>

scrgbClr

Values must be of type <class ‘openpyxl.drawing.colors.RGBPercent’>

srgbClr

Values must be of type <class ‘str’>

sysClr

Values must be of type <class ‘openpyxl.drawing.colors.SystemColor’>

tagname = 'colorChoice'
class openpyxl.drawing.colors.ColorChoiceDescriptor(*args, **kw)[source]

Bases: openpyxl.descriptors.base.Typed

Objects can choose from 7 different kinds of color system. Assume RGBHex if a string is passed in.

allow_none = True
expected_type

alias of ColorChoice

class openpyxl.drawing.colors.ColorMapping(bg1='lt1', tx1='dk1', bg2='lt2', tx2='dk2', accent1='accent1', accent2='accent2', accent3='accent3', accent4='accent4', accent5='accent5', accent6='accent6', hlink='hlink', folHlink='folHlink', extLst=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

accent1

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

accent2

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

accent3

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

accent4

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

accent5

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

accent6

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

bg1

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

bg2

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

extLst

Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

tagname = 'clrMapOvr'
tx1

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

tx2

Value must be one of {‘accent5’, ‘dk2’, ‘accent4’, ‘lt1’, ‘dk1’, ‘accent3’, ‘hlink’, ‘accent2’, ‘folHlink’, ‘accent6’, ‘lt2’, ‘accent1’}

class openpyxl.drawing.colors.HSLColor(hue=None, sat=None, lum=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

hue

Values must be of type <class ‘int’>

lum

Values must be of type <class ‘float’>

sat

Values must be of type <class ‘float’>

tagname = 'hslClr'
class openpyxl.drawing.colors.RGBPercent(r=None, g=None, b=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

b

Values must be of type <class ‘float’>

g

Values must be of type <class ‘float’>

r

Values must be of type <class ‘float’>

tagname = 'rgbClr'
class openpyxl.drawing.colors.SchemeColor(tint=None, shade=None, comp=None, inv=None, gray=None, alpha=None, alphaOff=None, alphaMod=None, hue=None, hueOff=None, hueMod=None, sat=None, satOff=None, satMod=None, lum=None, lumOff=None, lumMod=None, red=None, redOff=None, redMod=None, green=None, greenOff=None, greenMod=None, blue=None, blueOff=None, blueMod=None, gamma=None, invGamma=None, val=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

alpha

Values must be of type <class ‘int’>

alphaMod

Values must be of type <class ‘int’>

alphaOff

Values must be of type <class ‘int’>

blue

Values must be of type <class ‘int’>

blueMod

Values must be of type <class ‘int’>

blueOff

Values must be of type <class ‘int’>

comp

Values must be of type <class ‘bool’>

gamma

Values must be of type <class ‘bool’>

gray

Values must be of type <class ‘int’>

green

Values must be of type <class ‘int’>

greenMod

Values must be of type <class ‘int’>

greenOff

Values must be of type <class ‘int’>

hue

Values must be of type <class ‘int’>

hueMod

Values must be of type <class ‘int’>

hueOff

Values must be of type <class ‘int’>

inv

Values must be of type <class ‘int’>

invGamma

Values must be of type <class ‘bool’>

lum

Values must be of type <class ‘int’>

lumMod

Values must be of type <class ‘int’>

lumOff

Values must be of type <class ‘int’>

namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
red

Values must be of type <class ‘int’>

redMod

Values must be of type <class ‘int’>

redOff

Values must be of type <class ‘int’>

sat

Values must be of type <class ‘int’>

satMod

Values must be of type <class ‘int’>

satOff

Values must be of type <class ‘int’>

shade

Values must be of type <class ‘int’>

tagname = 'schemeClr'
tint

Values must be of type <class ‘int’>

val

Value must be one of {‘accent5’, ‘dk2’, ‘tx2’, ‘accent4’, ‘hlink’, ‘dk1’, ‘accent3’, ‘lt1’, ‘lt2’, ‘tx1’, ‘accent2’, ‘accent6’, ‘bg2’, ‘folHlink’, ‘phClr’, ‘accent1’, ‘bg1’}

class openpyxl.drawing.colors.SystemColor(val='windowText', lastClr=None, tint=None, shade=None, comp=None, inv=None, gray=None, alpha=None, alphaOff=None, alphaMod=None, hue=None, hueOff=None, hueMod=None, sat=None, satOff=None, satMod=None, lum=None, lumOff=None, lumMod=None, red=None, redOff=None, redMod=None, green=None, greenOff=None, greenMod=None, blue=None, blueOff=None, blueMod=None, gamma=None, invGamma=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

alpha

Values must be of type <class ‘int’>

alphaMod

Values must be of type <class ‘int’>

alphaOff

Values must be of type <class ‘int’>

blue

Values must be of type <class ‘int’>

blueMod

Values must be of type <class ‘int’>

blueOff

Values must be of type <class ‘int’>

comp

Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

gamma

Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

gray

Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

green

Values must be of type <class ‘int’>

greenMod

Values must be of type <class ‘int’>

greenOff

Values must be of type <class ‘int’>

hue

Values must be of type <class ‘int’>

hueMod

Values must be of type <class ‘int’>

hueOff

Values must be of type <class ‘int’>

inv

Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

invGamma

Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

lastClr

Values must be of type <class ‘str’>

lum

Values must be of type <class ‘int’>

lumMod

Values must be of type <class ‘int’>

lumOff

Values must be of type <class ‘int’>

namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
red

Values must be of type <class ‘int’>

redMod

Values must be of type <class ‘int’>

redOff

Values must be of type <class ‘int’>

sat

Values must be of type <class ‘int’>

satMod

Values must be of type <class ‘int’>

satOff

Values must be of type <class ‘int’>

shade

Values must be of type <class ‘int’>

tagname = 'sysClr'
tint

Values must be of type <class ‘int’>

val

Value must be one of {‘menuText’, ‘activeCaption’, ‘windowText’, ‘inactiveCaption’, ‘btnShadow’, ‘btnHighlight’, ‘inactiveBorder’, ‘3dDkShadow’, ‘infoText’, ‘inactiveCaptionText’, ‘gradientActiveCaption’, ‘grayText’, ‘menuHighlight’, ‘highlightText’, ‘hotLight’, ‘appWorkspace’, ‘captionText’, ‘window’, ‘activeBorder’, ‘highlight’, ‘menu’, ‘3dLight’, ‘menuBar’, ‘background’, ‘gradientInactiveCaption’, ‘scrollBar’, ‘btnText’, ‘infoBk’, ‘windowFrame’, ‘btnFace’}

class openpyxl.drawing.colors.Transform[source]

Bases: openpyxl.descriptors.serialisable.Serialisable