alTable (PLONG) - input

      Table.

      Start address of the application data area, containing the color-table definition data. The format depends on the value of ulFormat.

      Each color value is a 4-byte integer, with a value of

      (R * 65536) + (G * 256) + B
      
      

      where:

      R

        is red intensity value
      G
        is green intensity value
      B
        is blue intensity value.
      There are 8 bits for each primary; the maximum intensity for each primary is 255.


    [Back] [Next]