From 5ad2047d9280f16510e15782df76256e52b31e68 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Dec 2010 21:27:07 +0000 Subject: Sync bytecode description with colour representation svn path=/trunk/libcss/; revision=10988 --- docs/Bytecode | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/Bytecode b/docs/Bytecode index 23d97f6..da6256e 100644 --- a/docs/Bytecode +++ b/docs/Bytecode @@ -73,10 +73,10 @@ Length is a 32bit numeric value (as described above) and unit is as follows: CSS colours are stored as one 32bit value: - bits 24-31: Red component - bits 16-23: Green component - bits 8-15 : Blue component - bits 0-7 : Alpha component + bits 24-31: Alpha component + bits 16-23: Red component + bits 8-15 : Green component + bits 0-7 : Blue component Shorthand properties -------------------- -- cgit v1.2.3