14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
69 public virtual void setColorAt(UInt32 nIndex,
byte blue,
byte green,
byte red,
byte alpha) {
74 public virtual void setColorAt(UInt32 nIndex,
byte blue,
byte green,
byte red) {
79 public virtual void colorAt(UInt32 nIndex, out
byte blue, out
byte green, out
byte red,
byte[] pAlpha) {
84 public virtual void colorAt(UInt32 nIndex, out
byte blue, out
byte green, out
byte red) {
89 public virtual void setColors(UInt32 nColors, UInt32[] pColors) {
static global::System.Exception Retrieve()
static IntPtr OdGsPalette_isA(HandleRef jarg1)
static void OdGsPalette_setColorAt__SWIG_1(HandleRef jarg1, UInt32 jarg2, byte jarg3, byte jarg4, byte jarg5)
static void OdGsPalette_colorAt__SWIG_1(HandleRef jarg1, UInt32 jarg2, out byte jarg3, out byte jarg4, out byte jarg5)
static void OdGsPalette_colorAt__SWIG_0(HandleRef jarg1, UInt32 jarg2, out byte jarg3, out byte jarg4, out byte jarg5, IntPtr jarg6)
static void OdGsPalette_setColors(HandleRef jarg1, UInt32 jarg2, [In, MarshalAs(UnmanagedType.LPArray)]UInt32[] jarg3)
static IntPtr OdGsPalette_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdGsPalette_getColors(HandleRef jarg1, UInt32 jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void delete_OdGsPalette(HandleRef jarg1)
static UInt32 OdGsPalette_numColors(HandleRef jarg1)
static void OdGsPalette_setColorAt__SWIG_0(HandleRef jarg1, UInt32 jarg2, byte jarg3, byte jarg4, byte jarg5, byte jarg6)
static string OdGsPalette_getRealClassName(IntPtr jarg1)
static void OdGsPalette_setNumColors(HandleRef jarg1, UInt32 jarg2)
override OdRxObject queryX(OdRxClass protocolClass)
virtual void setColors(UInt32 nColors, UInt32[] pColors)
virtual void colorAt(UInt32 nIndex, out byte blue, out byte green, out byte red)
virtual UInt32 numColors()
virtual void setColorAt(UInt32 nIndex, byte blue, byte green, byte red)
static HandleRef getCPtr(OdGsPalette obj)
static string getRealClassName(IntPtr ptr)
virtual void getColors(UInt32 nColors, SWIGTYPE_p_ODCOLORREF pColors)
virtual void colorAt(UInt32 nIndex, out byte blue, out byte green, out byte red, byte[] pAlpha)
OdGsPalette(IntPtr cPtr, bool cMemoryOwn)
override void Dispose(bool disposing)
virtual void setColorAt(UInt32 nIndex, byte blue, byte green, byte red, byte alpha)
virtual void setNumColors(UInt32 nColors)
static HandleRef getCPtr(OdRxClass obj)