[color] Use Index for colorIdx
Doesn't matter, but matches the description.
This commit is contained in:
parent
07386ea410
commit
17ffbc070f
|
@ -47,7 +47,7 @@ struct LayerRecord
|
||||||
|
|
||||||
public:
|
public:
|
||||||
GlyphID glyphId; /* Glyph ID of layer glyph */
|
GlyphID glyphId; /* Glyph ID of layer glyph */
|
||||||
HBUINT16 colorIdx; /* Index value to use with a
|
Index colorIdx; /* Index value to use with a
|
||||||
* selected color palette.
|
* selected color palette.
|
||||||
* An index value of 0xFFFF
|
* An index value of 0xFFFF
|
||||||
* is a special case indicating
|
* is a special case indicating
|
||||||
|
|
Loading…
Reference in New Issue