chickadee » rfb » pixel-format

pixel-format #!key (bits-per-pixel 32) (depth 24) (big-endian X) (true-color #t) (red-max 255) (green-max 255) (blue-max 255) (red-shift 16) (green-shift 8) (blue-shift 0)procedure

Returns a pixel-format object representing the given pixel format. The endinanness defaults to the endianness this process is running on.