VNC.RFBProtocolHandling.PixelFormat Struct
this struct represents a vnc-pixelformat

Access: Public
  Members Description  
    bitsPerPixel the bits used for a pixel in the stream

 
    depth the depth of this pixelformat e.g. 32bit

 
    bigEndian is pixeldata encoded in bigendian format

 
    trueColor is this pixelformat a truecolor format or only a palette format

 
    redMax the maximal value the red component can reach

 
    greenMax the maximal value the green component can reach

 
    blueMax the maximal value the blue component can reach

 
    redShift the bit shift needed to accesss the red component

 
    greenShift the bit shift needed to accesss the greeen component

 
    blueShift the bit shift needed to accesss the blue component