@@ -217,14 +217,14 @@ table describes some commonly used **raw modes**:
217217+-----------+-------------------------------------------------------------------+
218218| ``P `` | 8-bit palette-mapped image. |
219219+-----------+-------------------------------------------------------------------+
220- | ``RGB `` | 24-bit true color, stored as (red, green, blue). |
220+ | ``RGB `` | 24-bit true color, stored as (red, green, blue). |
221221+-----------+-------------------------------------------------------------------+
222- | ``BGR `` | 24-bit true color, stored as (blue, green, red). |
222+ | ``BGR `` | 24-bit true color, stored as (blue, green, red). |
223223+-----------+-------------------------------------------------------------------+
224- | ``RGBX `` | | 24-bit true color, stored as (red, green, blue, pad). The pad |
224+ | ``RGBX `` | | 24-bit true color, stored as (red, green, blue, pad). The pad |
225225| | | pixels may vary. |
226226+-----------+-------------------------------------------------------------------+
227- | ``RGB;L `` | | 24-bit true color, line interleaved (first all red pixels, then|
227+ | ``RGB;L `` | | 24-bit true color, line interleaved (first all red pixels, then |
228228| | | all green pixels, finally all blue pixels). |
229229+-----------+-------------------------------------------------------------------+
230230
0 commit comments