class PSynonymColour

Define synonym colour format converter.

Inheritance:


Inherited from PColourConverter:

Public Methods

oBOOL GetVFlipState()
ovoid SetVFlipState(BOOL vFlipState)
ovirtual BOOL SetFrameSize( unsigned width, unsigned height )
ovirtual BOOL SetSrcFrameSize( unsigned width, unsigned height )
ovirtual BOOL SetDstFrameSize( unsigned width, unsigned height, BOOL bScale )
oconst PString& GetSrcColourFormat()
oconst PString& GetDstColourFormat()
oPINDEX GetMaxSrcFrameBytes()
oPINDEX GetMaxDstFrameBytes()
ovirtual BOOL Convert( const BYTE* srcFrameBuffer, BYTE* dstFrameBuffer, PINDEX* bytesReturned = NULL )
ovirtual BOOL ConvertInPlace( BYTE* frameBuffer, PINDEX* bytesReturned = NULL, BOOL noIntermediateFrame = FALSE )
ostatic PColourConverter* Create( const PString & srcColourFormat, const PString & dstColourFormat, unsigned width, unsigned height )
oBOOL GetDstFrameSize( unsigned & width, unsigned & height ) const
oBOOL GetSrcFrameSize( unsigned & width, unsigned & height ) const


Inherited from PObject:

Public Methods

Run Time Type functions

I/O functions

Miscellaneous functions

Public Members

Comparison functions


Documentation

Define synonym colour format converter. This is a class that defines for which no conversion is required between the specified colour format names.

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.