COLORLIB file

This file format is used by the second iteration of the Color converter and library, which is still maintained.

The .colorlib file is a special binary file format designed for the color library specifically.

File specification

Extension

  • .colorlib

Byte order

  • Little-endian

Data types

  • string: length prefixed string in UTF-8 encoding, the prefix contains the encoded length as a 7-bit encoded unsigned integer

  • byte: 8-bit unsigned integer

  • uint16: 16-bit unsigned integer

  • uint32: 32-bit unsigned integer

  • single: 32-bit floating point number

Structure

Last updated