Class Hierarchy   Compound List   Compound Members   Related Pages  

palette.h

This is the verbatim text of the palette.h include file.



#ifndef _FLASHPALETTE_H_
#define _FLASHPALETTE_H_

#include <windows.h>
struct SColorInfo;
class NativePlayerWnd;


 
class NativePalette
{
  public:

	static void GetScreenPalette( SColorTable* ctab );

	// ------- The following are Windows only methods -----------------
	static void		ClearSystemPalette( HWND hwnd );
	static HPALETTE CreateIdentityPalette( HWND hwnd );

  private:

	static SColorInfo* screenColorInfo;		// the current palette information
};

#endif

Version 1.0 of the Flash 4 Porting SDK                        Middlesoft, Inc.