Browse Source

TgaImporter: consistently use "gray" instead of "grey" everywhere.

pull/620/head
Vladimír Vondruš 3 years ago
parent
commit
b9412c42d3
  1. 2
      src/MagnumPlugins/TgaImporter/TgaHeader.h

2
src/MagnumPlugins/TgaImporter/TgaHeader.h

@ -38,7 +38,7 @@ namespace Magnum { namespace Trade { namespace Implementation {
struct TgaHeader {
UnsignedByte identsize; /* Size of ID field that follows header (0) */
UnsignedByte colorMapType; /* 0 = None, 1 = paletted */
UnsignedByte imageType; /* 0 = none, 1 = indexed, 2 = rgb, 3 = grey, +8=rle */
UnsignedByte imageType; /* 0 = none, 1 = indexed, 2 = rgb, 3 = gray, +8=rle */
UnsignedShort colorMapStart; /* First color map entry */
UnsignedShort colorMapLength; /* Number of colors */
UnsignedByte colorMapBpp; /* Bits per palette entry */

Loading…
Cancel
Save