changeset 13032:2ba5eb44eabd

maybe more understandable?
author michael
date Tue, 17 Aug 2004 01:06:24 +0000
parents 37d93e894709
children 03d14c999d2d
files DOCS/tech/colorspaces.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/colorspaces.txt	Mon Aug 16 00:23:00 2004 +0000
+++ b/DOCS/tech/colorspaces.txt	Tue Aug 17 01:06:24 2004 +0000
@@ -104,6 +104,7 @@
 confuse developers.
 
 memory order:           name
+lowest address .. highest address
 RGBA                    IMGFMT_RGBA
 ARGB                    IMGFMT_ARGB
 BGRA                    IMGFMT_BGRA
@@ -126,5 +127,5 @@
 1R2G1B1R2G1B            IMGFMT_BGR4
 1B2G1R1B2G1R            IMGFMT_RGB4
 
-depending upon little vs big endian different in memory & in register formats 
-will be equal (LE -> BGRA == BGR32 / BE -> ARGB == BGR32)
+depending upon if the cpu is little or big endian, different 'in memory' and 
+'in register' formats will be equal (LE -> BGRA == BGR32 / BE -> ARGB == BGR32)