Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. The exported representation of colours is an unsigned 32bit value in host order
  2.  
  3. The value is divided into four 8bit channels. These are:
  4.  
  5. Bits    Name    Desciption
  6. 0-7     Blue    The blue intensity of the colour 0 is off 0xff is fully on
  7. 8-15    Green   The green intensity of the colour 0 is off 0xff is fully on
  8. 16-23   Red     The red intensity of the colour 0 is off 0xff is fully on
  9. 24-31   Alpha   The Alpha component represents the opacity of the colour 0 is fully transparent and 0xff is opaque
  10.  
  11.