wx.Palette Class Reference

Inheritance diagram for wx.Palette:

wx.GDIObject wx.Object wx.ICanBeMadeReadonly

List of all members.

Public Member Functions

bool Create (int n, char[] r, char[] g, char[] b)
int GetPixel (char red, char green, char blue)
bool GetRGB (int pixel, out char red, out char green, out char blue)
bool Ok ()
 Palette (int n, char[] r, char[] g, char[] b)
 Palette (IntPtr wxObject)
 Palette ()

Protected Member Functions

override void CallDTor ()


Constructor & Destructor Documentation

wx.Palette.Palette (  ) 

wx.Palette.Palette ( IntPtr  wxObject  ) 

wx.Palette.Palette ( int  n,
char[]  r,
char[]  g,
char[]  b 
)


Member Function Documentation

override void wx.Palette.CallDTor (  )  [protected, virtual]

This will be called by Dispose() to delete the C++ object. Overload this if you have to use another DTor.

Reimplemented from wx.GDIObject.

bool wx.Palette.Create ( int  n,
char[]  r,
char[]  g,
char[]  b 
)

int wx.Palette.GetPixel ( char  red,
char  green,
char  blue 
)

bool wx.Palette.GetRGB ( int  pixel,
out char  red,
out char  green,
out char  blue 
)

bool wx.Palette.Ok (  ) 


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads