PixelFormatGroupInterface Class Reference

#include <gfx_image_pixelformat_group.h>

Inheritance diagram for PixelFormatGroupInterface:

Detailed Description

Every pixel format belongs to a specific group. This interface define this group. The group should define a general pixel format, e.g. RGB or BGRA etc. All the different implementations for different bit depths should be grouped under that group.

Public Member Functions

MAXON_METHOD PixelFormatIterator GetEntries () const
 

Private Member Functions

 MAXON_INTERFACE (PixelFormatGroupInterface, MAXON_REFERENCE_CONST, "net.maxon.image.interface.pixelformatgroup")
 

Member Function Documentation

◆ MAXON_INTERFACE()

MAXON_INTERFACE ( PixelFormatGroupInterface  ,
MAXON_REFERENCE_CONST  ,
"net.maxon.image.interface.pixelformatgroup"   
)
private

◆ GetEntries()

MAXON_METHOD PixelFormatIterator GetEntries ( ) const