# HG changeset patch # User michael # Date 1092704784 0 # Node ID 2ba5eb44eabd881d9c74629179a26966aacce61b # Parent 37d93e89470990e43a96782f2506817538e96ad0 maybe more understandable? diff -r 37d93e894709 -r 2ba5eb44eabd DOCS/tech/colorspaces.txt --- 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)