gport.h File Reference
 
 
 
gport.h File Reference

This reference page is linked to from the following overview topics: Color Palettes.


#include "coreexp.h"
#include "maxheap.h"
#include <WTypes.h>
#include "maxtypes.h"
#include "color.h"
#include "box2.h"

Classes

class   GPort

Functions

CoreExport GPort GetGPort ()

Function Documentation

CoreExport GPort* GetGPort ( )
Remarks:
There is only a single global instance of this class, and this method returns a pointer to it. A developer may use this pointer to call the methods of GPort.
Sample Code:
int animColSlot = GetGPort()->GetAnimPalSlot();