ExcelColor class Styling
Represents a color value for use in cell styling.
Constructors
- ExcelColor.fromHexString(String colorHexValue)
-
Warning! Highly unsafe method.
Can break your excel file if you do not know what you are doing
factory
- ExcelColor.fromInt(int colorIntValue)
-
Warning! Highly unsafe method.
Can break your excel file if you do not know what you are doing
factory
- ExcelColor.indexed(int index)
-
A legacy indexed-palette color reference (
<color indexed="N"/>).factory - ExcelColor.theme(ThemeColor color, {double tint = 0.0})
-
A document-theme color reference (e.g. accent1). Unlike a literal color
it stays linked to the workbook's theme, so it follows the file's color
scheme in Excel/Sheets and shifts if the theme changes.
factory
Properties
- colorHex → String
-
Return 'none' if
_coloris null, black if not match for safetyno setter - colorInt → int
-
Return black if
_coloris not match for safetyno setter - hashCode → int
-
The hash code for this object.
no setteroverride
- name → String?
-
The named-constant identifier (e.g.
'redAccent'), ornullfor an ad-hoc color.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ColorType?
-
The palette category this color belongs to, or
nullfor an ad-hoc color.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Properties
-
values
→ List<
ExcelColor> -
All predefined ExcelColor constants.
no setter
-
valuesAsMap
→ Map<
String, ExcelColor> -
The predefined ExcelColor constants keyed by their hex string.
no setter
Constants
- amber → const ExcelColor
-
The
ambercolour (ARGBFFFFC107). - amber50 → const ExcelColor
-
The
amber50colour (ARGBFFFFF8E1). - amber100 → const ExcelColor
-
The
amber100colour (ARGBFFFFECB3). - amber200 → const ExcelColor
-
The
amber200colour (ARGBFFFFE082). - amber300 → const ExcelColor
-
The
amber300colour (ARGBFFFFD54F). - amber400 → const ExcelColor
-
The
amber400colour (ARGBFFFFCA28). - amber600 → const ExcelColor
-
The
amber600colour (ARGBFFFFB300). - amber700 → const ExcelColor
-
The
amber700colour (ARGBFFFFA000). - amber800 → const ExcelColor
-
The
amber800colour (ARGBFFFF8F00). - amber900 → const ExcelColor
-
The
amber900colour (ARGBFFFF6F00). - amberAccent → const ExcelColor
-
The
amberAccentcolour (ARGBFFFFD740). - amberAccent100 → const ExcelColor
-
The
amberAccent100colour (ARGBFFFFE57F). - amberAccent400 → const ExcelColor
-
The
amberAccent400colour (ARGBFFFFC400). - amberAccent700 → const ExcelColor
-
The
amberAccent700colour (ARGBFFFFAB00). - black → const ExcelColor
-
The
blackcolour (ARGBFF000000). - black12 → const ExcelColor
-
The
black12colour (ARGB1F000000). - black26 → const ExcelColor
-
The
black26colour (ARGB42000000). - black38 → const ExcelColor
-
The
black38colour (ARGB61000000). - black45 → const ExcelColor
-
The
black45colour (ARGB73000000). - black54 → const ExcelColor
-
The
black54colour (ARGB8A000000). - black87 → const ExcelColor
-
The
black87colour (ARGBDD000000). - blue → const ExcelColor
-
The
bluecolour (ARGBFF2196F3). - blue50 → const ExcelColor
-
The
blue50colour (ARGBFFE3F2FD). - blue100 → const ExcelColor
-
The
blue100colour (ARGBFFBBDEFB). - blue200 → const ExcelColor
-
The
blue200colour (ARGBFF90CAF9). - blue300 → const ExcelColor
-
The
blue300colour (ARGBFF64B5F6). - blue400 → const ExcelColor
-
The
blue400colour (ARGBFF42A5F5). - blue600 → const ExcelColor
-
The
blue600colour (ARGBFF1E88E5). - blue700 → const ExcelColor
-
The
blue700colour (ARGBFF1976D2). - blue800 → const ExcelColor
-
The
blue800colour (ARGBFF1565C0). - blue900 → const ExcelColor
-
The
blue900colour (ARGBFF0D47A1). - blueAccent → const ExcelColor
-
The
blueAccentcolour (ARGBFF448AFF). - blueAccent100 → const ExcelColor
-
The
blueAccent100colour (ARGBFF82B1FF). - blueAccent400 → const ExcelColor
-
The
blueAccent400colour (ARGBFF2979FF). - blueAccent700 → const ExcelColor
-
The
blueAccent700colour (ARGBFF2962FF). - blueGrey → const ExcelColor
-
The
blueGreycolour (ARGBFF607D8B). - blueGrey50 → const ExcelColor
-
The
blueGrey50colour (ARGBFFECEFF1). - blueGrey100 → const ExcelColor
-
The
blueGrey100colour (ARGBFFCFD8DC). - blueGrey200 → const ExcelColor
-
The
blueGrey200colour (ARGBFFB0BEC5). - blueGrey300 → const ExcelColor
-
The
blueGrey300colour (ARGBFF90A4AE). - blueGrey400 → const ExcelColor
-
The
blueGrey400colour (ARGBFF78909C). - blueGrey600 → const ExcelColor
-
The
blueGrey600colour (ARGBFF546E7A). - blueGrey700 → const ExcelColor
-
The
blueGrey700colour (ARGBFF455A64). - blueGrey800 → const ExcelColor
-
The
blueGrey800colour (ARGBFF37474F). - blueGrey900 → const ExcelColor
-
The
blueGrey900colour (ARGBFF263238). - brown → const ExcelColor
-
The
browncolour (ARGBFF795548). - brown50 → const ExcelColor
-
The
brown50colour (ARGBFFEFEBE9). - brown100 → const ExcelColor
-
The
brown100colour (ARGBFFD7CCC8). - brown200 → const ExcelColor
-
The
brown200colour (ARGBFFBCAAA4). - brown300 → const ExcelColor
-
The
brown300colour (ARGBFFA1887F). - brown400 → const ExcelColor
-
The
brown400colour (ARGBFF8D6E63). - brown600 → const ExcelColor
-
The
brown600colour (ARGBFF6D4C41). - brown700 → const ExcelColor
-
The
brown700colour (ARGBFF5D4037). - brown800 → const ExcelColor
-
The
brown800colour (ARGBFF4E342E). - brown900 → const ExcelColor
-
The
brown900colour (ARGBFF3E2723). - cyan → const ExcelColor
-
The
cyancolour (ARGBFF00BCD4). - cyan50 → const ExcelColor
-
The
cyan50colour (ARGBFFE0F7FA). - cyan100 → const ExcelColor
-
The
cyan100colour (ARGBFFB2EBF2). - cyan200 → const ExcelColor
-
The
cyan200colour (ARGBFF80DEEA). - cyan300 → const ExcelColor
-
The
cyan300colour (ARGBFF4DD0E1). - cyan400 → const ExcelColor
-
The
cyan400colour (ARGBFF26C6DA). - cyan600 → const ExcelColor
-
The
cyan600colour (ARGBFF00ACC1). - cyan700 → const ExcelColor
-
The
cyan700colour (ARGBFF0097A7). - cyan800 → const ExcelColor
-
The
cyan800colour (ARGBFF00838F). - cyan900 → const ExcelColor
-
The
cyan900colour (ARGBFF006064). - cyanAccent → const ExcelColor
-
The
cyanAccentcolour (ARGBFF18FFFF). - cyanAccent100 → const ExcelColor
-
The
cyanAccent100colour (ARGBFF84FFFF). - cyanAccent400 → const ExcelColor
-
The
cyanAccent400colour (ARGBFF00E5FF). - cyanAccent700 → const ExcelColor
-
The
cyanAccent700colour (ARGBFF00B8D4). - deepOrange → const ExcelColor
-
The
deepOrangecolour (ARGBFFFF5722). - deepOrange50 → const ExcelColor
-
The
deepOrange50colour (ARGBFFFBE9E7). - deepOrange100 → const ExcelColor
-
The
deepOrange100colour (ARGBFFFFCCBC). - deepOrange200 → const ExcelColor
-
The
deepOrange200colour (ARGBFFFFAB91). - deepOrange300 → const ExcelColor
-
The
deepOrange300colour (ARGBFFFF8A65). - deepOrange400 → const ExcelColor
-
The
deepOrange400colour (ARGBFFFF7043). - deepOrange600 → const ExcelColor
-
The
deepOrange600colour (ARGBFFF4511E). - deepOrange700 → const ExcelColor
-
The
deepOrange700colour (ARGBFFE64A19). - deepOrange800 → const ExcelColor
-
The
deepOrange800colour (ARGBFFD84315). - deepOrange900 → const ExcelColor
-
The
deepOrange900colour (ARGBFFBF360C). - deepOrangeAccent → const ExcelColor
-
The
deepOrangeAccentcolour (ARGBFFFF6E40). - deepOrangeAccent100 → const ExcelColor
-
The
deepOrangeAccent100colour (ARGBFFFF9E80). - deepOrangeAccent400 → const ExcelColor
-
The
deepOrangeAccent400colour (ARGBFFFF3D00). - deepOrangeAccent700 → const ExcelColor
-
The
deepOrangeAccent700colour (ARGBFFDD2C00). - deepPurple → const ExcelColor
-
The
deepPurplecolour (ARGBFF673AB7). - deepPurple50 → const ExcelColor
-
The
deepPurple50colour (ARGBFFEDE7F6). - deepPurple100 → const ExcelColor
-
The
deepPurple100colour (ARGBFFD1C4E9). - deepPurple200 → const ExcelColor
-
The
deepPurple200colour (ARGBFFB39DDB). - deepPurple300 → const ExcelColor
-
The
deepPurple300colour (ARGBFF9575CD). - deepPurple400 → const ExcelColor
-
The
deepPurple400colour (ARGBFF7E57C2). - deepPurple600 → const ExcelColor
-
The
deepPurple600colour (ARGBFF5E35B1). - deepPurple700 → const ExcelColor
-
The
deepPurple700colour (ARGBFF512DA8). - deepPurple800 → const ExcelColor
-
The
deepPurple800colour (ARGBFF4527A0). - deepPurple900 → const ExcelColor
-
The
deepPurple900colour (ARGBFF311B92). - deepPurpleAccent → const ExcelColor
-
The
deepPurpleAccentcolour (ARGBFF7C4DFF). - deepPurpleAccent100 → const ExcelColor
-
The
deepPurpleAccent100colour (ARGBFFB388FF). - deepPurpleAccent400 → const ExcelColor
-
The
deepPurpleAccent400colour (ARGBFF651FFF). - deepPurpleAccent700 → const ExcelColor
-
The
deepPurpleAccent700colour (ARGBFF6200EA). - green → const ExcelColor
-
The
greencolour (ARGBFF4CAF50). - green50 → const ExcelColor
-
The
green50colour (ARGBFFE8F5E9). - green100 → const ExcelColor
-
The
green100colour (ARGBFFC8E6C9). - green200 → const ExcelColor
-
The
green200colour (ARGBFFA5D6A7). - green300 → const ExcelColor
-
The
green300colour (ARGBFF81C784). - green400 → const ExcelColor
-
The
green400colour (ARGBFF66BB6A). - green600 → const ExcelColor
-
The
green600colour (ARGBFF43A047). - green700 → const ExcelColor
-
The
green700colour (ARGBFF388E3C). - green800 → const ExcelColor
-
The
green800colour (ARGBFF2E7D32). - green900 → const ExcelColor
-
The
green900colour (ARGBFF1B5E20). - greenAccent → const ExcelColor
-
The
greenAccentcolour (ARGBFF69F0AE). - greenAccent100 → const ExcelColor
-
The
greenAccent100colour (ARGBFFB9F6CA). - greenAccent400 → const ExcelColor
-
The
greenAccent400colour (ARGBFF00E676). - greenAccent700 → const ExcelColor
-
The
greenAccent700colour (ARGBFF00C853). - grey → const ExcelColor
-
The
greycolour (ARGBFF9E9E9E). - grey50 → const ExcelColor
-
The
grey50colour (ARGBFFFAFAFA). - grey100 → const ExcelColor
-
The
grey100colour (ARGBFFF5F5F5). - grey200 → const ExcelColor
-
The
grey200colour (ARGBFFEEEEEE). - grey300 → const ExcelColor
-
The
grey300colour (ARGBFFE0E0E0). - grey350 → const ExcelColor
-
The
grey350colour (ARGBFFD6D6D6). - grey400 → const ExcelColor
-
The
grey400colour (ARGBFFBDBDBD). - grey600 → const ExcelColor
-
The
grey600colour (ARGBFF757575). - grey700 → const ExcelColor
-
The
grey700colour (ARGBFF616161). - grey800 → const ExcelColor
-
The
grey800colour (ARGBFF424242). - grey850 → const ExcelColor
-
The
grey850colour (ARGBFF303030). - grey900 → const ExcelColor
-
The
grey900colour (ARGBFF212121). - indigo → const ExcelColor
-
The
indigocolour (ARGBFF3F51B5). - indigo50 → const ExcelColor
-
The
indigo50colour (ARGBFFE8EAF6). - indigo100 → const ExcelColor
-
The
indigo100colour (ARGBFFC5CAE9). - indigo200 → const ExcelColor
-
The
indigo200colour (ARGBFF9FA8DA). - indigo300 → const ExcelColor
-
The
indigo300colour (ARGBFF7986CB). - indigo400 → const ExcelColor
-
The
indigo400colour (ARGBFF5C6BC0). - indigo600 → const ExcelColor
-
The
indigo600colour (ARGBFF3949AB). - indigo700 → const ExcelColor
-
The
indigo700colour (ARGBFF303F9F). - indigo800 → const ExcelColor
-
The
indigo800colour (ARGBFF283593). - indigo900 → const ExcelColor
-
The
indigo900colour (ARGBFF1A237E). - indigoAccent → const ExcelColor
-
The
indigoAccentcolour (ARGBFF536DFE). - indigoAccent100 → const ExcelColor
-
The
indigoAccent100colour (ARGBFF8C9EFF). - indigoAccent400 → const ExcelColor
-
The
indigoAccent400colour (ARGBFF3D5AFE). - indigoAccent700 → const ExcelColor
-
The
indigoAccent700colour (ARGBFF304FFE). - lightBlue → const ExcelColor
-
The
lightBluecolour (ARGBFF03A9F4). - lightBlue50 → const ExcelColor
-
The
lightBlue50colour (ARGBFFE1F5FE). - lightBlue100 → const ExcelColor
-
The
lightBlue100colour (ARGBFFB3E5FC). - lightBlue200 → const ExcelColor
-
The
lightBlue200colour (ARGBFF81D4FA). - lightBlue300 → const ExcelColor
-
The
lightBlue300colour (ARGBFF4FC3F7). - lightBlue400 → const ExcelColor
-
The
lightBlue400colour (ARGBFF29B6F6). - lightBlue600 → const ExcelColor
-
The
lightBlue600colour (ARGBFF039BE5). - lightBlue700 → const ExcelColor
-
The
lightBlue700colour (ARGBFF0288D1). - lightBlue800 → const ExcelColor
-
The
lightBlue800colour (ARGBFF0277BD). - lightBlue900 → const ExcelColor
-
The
lightBlue900colour (ARGBFF01579B). - lightBlueAccent → const ExcelColor
-
The
lightBlueAccentcolour (ARGBFF40C4FF). - lightBlueAccent100 → const ExcelColor
-
The
lightBlueAccent100colour (ARGBFF80D8FF). - lightBlueAccent400 → const ExcelColor
-
The
lightBlueAccent400colour (ARGBFF00B0FF). - lightBlueAccent700 → const ExcelColor
-
The
lightBlueAccent700colour (ARGBFF0091EA). - lightGreen → const ExcelColor
-
The
lightGreencolour (ARGBFF8BC34A). - lightGreen50 → const ExcelColor
-
The
lightGreen50colour (ARGBFFF1F8E9). - lightGreen100 → const ExcelColor
-
The
lightGreen100colour (ARGBFFDCEDC8). - lightGreen200 → const ExcelColor
-
The
lightGreen200colour (ARGBFFC5E1A5). - lightGreen300 → const ExcelColor
-
The
lightGreen300colour (ARGBFFAED581). - lightGreen400 → const ExcelColor
-
The
lightGreen400colour (ARGBFF9CCC65). - lightGreen600 → const ExcelColor
-
The
lightGreen600colour (ARGBFF7CB342). - lightGreen700 → const ExcelColor
-
The
lightGreen700colour (ARGBFF689F38). - lightGreen800 → const ExcelColor
-
The
lightGreen800colour (ARGBFF558B2F). - lightGreen900 → const ExcelColor
-
The
lightGreen900colour (ARGBFF33691E). - lightGreenAccent → const ExcelColor
-
The
lightGreenAccentcolour (ARGBFFB2FF59). - lightGreenAccent100 → const ExcelColor
-
The
lightGreenAccent100colour (ARGBFFCCFF90). - lightGreenAccent400 → const ExcelColor
-
The
lightGreenAccent400colour (ARGBFF76FF03). - lightGreenAccent700 → const ExcelColor
-
The
lightGreenAccent700colour (ARGBFF64DD17). - lime → const ExcelColor
-
The
limecolour (ARGBFFCDDC39). - lime50 → const ExcelColor
-
The
lime50colour (ARGBFFF9FBE7). - lime100 → const ExcelColor
-
The
lime100colour (ARGBFFF0F4C3). - lime200 → const ExcelColor
-
The
lime200colour (ARGBFFE6EE9C). - lime300 → const ExcelColor
-
The
lime300colour (ARGBFFDCE775). - lime400 → const ExcelColor
-
The
lime400colour (ARGBFFD4E157). - lime600 → const ExcelColor
-
The
lime600colour (ARGBFFC0CA33). - lime700 → const ExcelColor
-
The
lime700colour (ARGBFFAFB42B). - lime800 → const ExcelColor
-
The
lime800colour (ARGBFF9E9D24). - lime900 → const ExcelColor
-
The
lime900colour (ARGBFF827717). - limeAccent → const ExcelColor
-
The
limeAccentcolour (ARGBFFEEFF41). - limeAccent100 → const ExcelColor
-
The
limeAccent100colour (ARGBFFF4FF81). - limeAccent400 → const ExcelColor
-
The
limeAccent400colour (ARGBFFC6FF00). - limeAccent700 → const ExcelColor
-
The
limeAccent700colour (ARGBFFAEEA00). - none → const ExcelColor
- The transparent / no-fill colour.
- orange → const ExcelColor
-
The
orangecolour (ARGBFFFF9800). - orange50 → const ExcelColor
-
The
orange50colour (ARGBFFFFF3E0). - orange100 → const ExcelColor
-
The
orange100colour (ARGBFFFFE0B2). - orange200 → const ExcelColor
-
The
orange200colour (ARGBFFFFCC80). - orange300 → const ExcelColor
-
The
orange300colour (ARGBFFFFB74D). - orange400 → const ExcelColor
-
The
orange400colour (ARGBFFFFA726). - orange600 → const ExcelColor
-
The
orange600colour (ARGBFFFB8C00). - orange700 → const ExcelColor
-
The
orange700colour (ARGBFFF57C00). - orange800 → const ExcelColor
-
The
orange800colour (ARGBFFEF6C00). - orange900 → const ExcelColor
-
The
orange900colour (ARGBFFE65100). - orangeAccent → const ExcelColor
-
The
orangeAccentcolour (ARGBFFFFAB40). - orangeAccent100 → const ExcelColor
-
The
orangeAccent100colour (ARGBFFFFD180). - orangeAccent400 → const ExcelColor
-
The
orangeAccent400colour (ARGBFFFF9100). - orangeAccent700 → const ExcelColor
-
The
orangeAccent700colour (ARGBFFFF6D00). - pink → const ExcelColor
-
The
pinkcolour (ARGBFFE91E63). - pink50 → const ExcelColor
-
The
pink50colour (ARGBFFFCE4EC). - pink100 → const ExcelColor
-
The
pink100colour (ARGBFFF8BBD0). - pink200 → const ExcelColor
-
The
pink200colour (ARGBFFF48FB1). - pink300 → const ExcelColor
-
The
pink300colour (ARGBFFF06292). - pink400 → const ExcelColor
-
The
pink400colour (ARGBFFEC407A). - pink600 → const ExcelColor
-
The
pink600colour (ARGBFFD81B60). - pink700 → const ExcelColor
-
The
pink700colour (ARGBFFC2185B). - pink800 → const ExcelColor
-
The
pink800colour (ARGBFFAD1457). - pink900 → const ExcelColor
-
The
pink900colour (ARGBFF880E4F). - pinkAccent → const ExcelColor
-
The
pinkAccentcolour (ARGBFFFF4081). - pinkAccent100 → const ExcelColor
-
The
pinkAccent100colour (ARGBFFFF80AB). - pinkAccent400 → const ExcelColor
-
The
pinkAccent400colour (ARGBFFF50057). - pinkAccent700 → const ExcelColor
-
The
pinkAccent700colour (ARGBFFC51162). - purple → const ExcelColor
-
The
purplecolour (ARGBFF9C27B0). - purple50 → const ExcelColor
-
The
purple50colour (ARGBFFF3E5F5). - purple100 → const ExcelColor
-
The
purple100colour (ARGBFFE1BEE7). - purple200 → const ExcelColor
-
The
purple200colour (ARGBFFCE93D8). - purple300 → const ExcelColor
-
The
purple300colour (ARGBFFBA68C8). - purple400 → const ExcelColor
-
The
purple400colour (ARGBFFAB47BC). - purple600 → const ExcelColor
-
The
purple600colour (ARGBFF8E24AA). - purple700 → const ExcelColor
-
The
purple700colour (ARGBFF7B1FA2). - purple800 → const ExcelColor
-
The
purple800colour (ARGBFF6A1B9A). - purple900 → const ExcelColor
-
The
purple900colour (ARGBFF4A148C). - purpleAccent → const ExcelColor
-
The
purpleAccentcolour (ARGBFFE040FB). - purpleAccent100 → const ExcelColor
-
The
purpleAccent100colour (ARGBFFEA80FC). - purpleAccent400 → const ExcelColor
-
The
purpleAccent400colour (ARGBFFD500F9). - purpleAccent700 → const ExcelColor
-
The
purpleAccent700colour (ARGBFFAA00FF). - red → const ExcelColor
-
The
redcolour (ARGBFFF44336). - red50 → const ExcelColor
-
The
red50colour (ARGBFFFFEBEE). - red100 → const ExcelColor
-
The
red100colour (ARGBFFFFCDD2). - red200 → const ExcelColor
-
The
red200colour (ARGBFFEF9A9A). - red300 → const ExcelColor
-
The
red300colour (ARGBFFE57373). - red400 → const ExcelColor
-
The
red400colour (ARGBFFEF5350). - red600 → const ExcelColor
-
The
red600colour (ARGBFFE53935). - red700 → const ExcelColor
-
The
red700colour (ARGBFFD32F2F). - red800 → const ExcelColor
-
The
red800colour (ARGBFFC62828). - red900 → const ExcelColor
-
The
red900colour (ARGBFFB71C1C). - redAccent → const ExcelColor
-
The
redAccentcolour (ARGBFFFF5252). - redAccent100 → const ExcelColor
-
The
redAccent100colour (ARGBFFFF8A80). - redAccent400 → const ExcelColor
-
The
redAccent400colour (ARGBFFFF1744). - redAccent700 → const ExcelColor
-
The
redAccent700colour (ARGBFFD50000). - teal → const ExcelColor
-
The
tealcolour (ARGBFF009688). - teal50 → const ExcelColor
-
The
teal50colour (ARGBFFE0F2F1). - teal100 → const ExcelColor
-
The
teal100colour (ARGBFFB2DFDB). - teal200 → const ExcelColor
-
The
teal200colour (ARGBFF80CBC4). - teal300 → const ExcelColor
-
The
teal300colour (ARGBFF4DB6AC). - teal400 → const ExcelColor
-
The
teal400colour (ARGBFF26A69A). - teal600 → const ExcelColor
-
The
teal600colour (ARGBFF00897B). - teal700 → const ExcelColor
-
The
teal700colour (ARGBFF00796B). - teal800 → const ExcelColor
-
The
teal800colour (ARGBFF00695C). - teal900 → const ExcelColor
-
The
teal900colour (ARGBFF004D40). - tealAccent → const ExcelColor
-
The
tealAccentcolour (ARGBFF64FFDA). - tealAccent100 → const ExcelColor
-
The
tealAccent100colour (ARGBFFA7FFEB). - tealAccent400 → const ExcelColor
-
The
tealAccent400colour (ARGBFF1DE9B6). - tealAccent700 → const ExcelColor
-
The
tealAccent700colour (ARGBFF00BFA5). - white → const ExcelColor
-
The
whitecolour (ARGBFFFFFFFF). - white10 → const ExcelColor
-
The
white10colour (ARGB1AFFFFFF). - white12 → const ExcelColor
-
The
white12colour (ARGB1FFFFFFF). - white24 → const ExcelColor
-
The
white24colour (ARGB3DFFFFFF). - white30 → const ExcelColor
-
The
white30colour (ARGB4DFFFFFF). - white38 → const ExcelColor
-
The
white38colour (ARGB62FFFFFF). - white54 → const ExcelColor
-
The
white54colour (ARGB8AFFFFFF). - white60 → const ExcelColor
-
The
white60colour (ARGB99FFFFFF). - white70 → const ExcelColor
-
The
white70colour (ARGBB3FFFFFF). - yellow → const ExcelColor
-
The
yellowcolour (ARGBFFFFEB3B). - yellow50 → const ExcelColor
-
The
yellow50colour (ARGBFFFFFDE7). - yellow100 → const ExcelColor
-
The
yellow100colour (ARGBFFFFF9C4). - yellow200 → const ExcelColor
-
The
yellow200colour (ARGBFFFFF59D). - yellow300 → const ExcelColor
-
The
yellow300colour (ARGBFFFFF176). - yellow400 → const ExcelColor
-
The
yellow400colour (ARGBFFFFEE58). - yellow600 → const ExcelColor
-
The
yellow600colour (ARGBFFFDD835). - yellow700 → const ExcelColor
-
The
yellow700colour (ARGBFFFBC02D). - yellow800 → const ExcelColor
-
The
yellow800colour (ARGBFFF9A825). - yellow900 → const ExcelColor
-
The
yellow900colour (ARGBFFF57F17). - yellowAccent → const ExcelColor
-
The
yellowAccentcolour (ARGBFFFFFF00). - yellowAccent100 → const ExcelColor
-
The
yellowAccent100colour (ARGBFFFFFF8D). - yellowAccent400 → const ExcelColor
-
The
yellowAccent400colour (ARGBFFFFEA00). - yellowAccent700 → const ExcelColor
-
The
yellowAccent700colour (ARGBFFFFD600).