maxon::PixelFormats::Indexed Namespace Reference

Detailed Description

Registry to register indexed color pixel formats.

Functions

 MAXON_DECLARATION (PixelFormat, u1bit, "net.maxon.image.pixelformat.indexed.u1bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u2bit, "net.maxon.image.pixelformat.indexed.u2bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u3bit, "net.maxon.image.pixelformat.indexed.u3bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u4bit, "net.maxon.image.pixelformat.indexed.u4bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u5bit, "net.maxon.image.pixelformat.indexed.u5bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u6bit, "net.maxon.image.pixelformat.indexed.u6bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u7bit, "net.maxon.image.pixelformat.indexed.u7bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u8bit, "net.maxon.image.pixelformat.indexed.u8bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 
 MAXON_DECLARATION (PixelFormat, u16bit, "net.maxon.image.pixelformat.indexed.u16bit", MAXON_IMPLEMENTATION_MODULE("net.maxon.image"))
 

Function Documentation

◆ MAXON_DECLARATION() [1/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u1bit  ,
"net.maxon.image.pixelformat.indexed.u1bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 1 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [2/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u2bit  ,
"net.maxon.image.pixelformat.indexed.u2bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 2 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [3/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u3bit  ,
"net.maxon.image.pixelformat.indexed.u3bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 3 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [4/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u4bit  ,
"net.maxon.image.pixelformat.indexed.u4bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 4 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [5/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u5bit  ,
"net.maxon.image.pixelformat.indexed.u5bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 5 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [6/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u6bit  ,
"net.maxon.image.pixelformat.indexed.u6bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 6 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [7/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u7bit  ,
"net.maxon.image.pixelformat.indexed.u7bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 7 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [8/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u8bit  ,
"net.maxon.image.pixelformat.indexed.u8bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 8 bit per pixel. See PixelFormatIndexedColor for details.

◆ MAXON_DECLARATION() [9/9]

maxon::PixelFormats::Indexed::MAXON_DECLARATION ( PixelFormat  ,
u16bit  ,
"net.maxon.image.pixelformat.indexed.u16bit"  ,
MAXON_IMPLEMENTATION_MODULE("net.maxon.image")   
)

Indexed color pixel format using 16 bit per pixel. See PixelFormatIndexedColor for details.