summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/ParseXLSX.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-01-29 16:02:09 -0500
committerJesse Luehrs <doy@tozt.net>2014-01-29 16:02:09 -0500
commitd702671164596765c0901e75e593a6aee296c326 (patch)
treeeb7cd5db9dd7e8559c91b2a9d1b96127d75ac0db /lib/Spreadsheet/ParseXLSX.pm
parent9b1330ff59fd6b7faefa1fcc798b898359e7b9e9 (diff)
downloadspreadsheet-parsexlsx-d702671164596765c0901e75e593a6aee296c326.tar.gz
spreadsheet-parsexlsx-d702671164596765c0901e75e593a6aee296c326.zip
document that the default color is undef (#15)
Diffstat (limited to 'lib/Spreadsheet/ParseXLSX.pm')
-rw-r--r--lib/Spreadsheet/ParseXLSX.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm
index 9a41518..1b2ddda 100644
--- a/lib/Spreadsheet/ParseXLSX.pm
+++ b/lib/Spreadsheet/ParseXLSX.pm
@@ -725,7 +725,8 @@ also allowed to specify their color directly rather than going through the
color table. In order to avoid confusion, I normalize all color values in
Spreadsheet::ParseXLSX to their string RGB format (C<"#0088ff">). This affects
the C<Fill>, C<BdrColor>, and C<BdrDiag> properties of formats, and the
-C<Color> property of fonts.
+C<Color> property of fonts. Note that the default color is represented by
+C<undef> (the same thing that C<ColorIdxToRGB> would return).
=item Formulas