#include "format.h"
Include dependency graph for format.cc:
Go to the source code of this file.
Variables | |
const PixmapFormat::FMT | commons [PixmapFormat::_LASTID] |
List of commonly used formats:. |
|
Initial value: { { PixmapFormat::Gray, {1} }, { PixmapFormat::Gray, {8} }, { PixmapFormat::Gray, {16} }, { PixmapFormat::GrayA, {8,8} }, { PixmapFormat::GrayA, {16,16} }, { PixmapFormat::RGB, {8,8,8} }, { PixmapFormat::RGB, {16,16,16} }, { PixmapFormat::RGBA, {8,8,8,8} }, { PixmapFormat::RGBA, {16,16,16,16} }, { PixmapFormat::RGB, {5,5,5} }, { PixmapFormat::RGB, {5,6,5} }, { PixmapFormat::RGBFT, { PixmapFormat::FloatBits,PixmapFormat::FloatBits, PixmapFormat::FloatBits,PixmapFormat::FloatBits, PixmapFormat::FloatBits } }, }
Definition at line 21 of file format.cc. Referenced by PixmapFormat::_set(). |