public class QColor: QtSupport, System.IDisposable
System.Object
QtSupport
QColorThis type implements System.IDisposable.
Qt Namespace
QColor Constructors
QColor() Constructor
QColor(int, int, int) Constructor
QColor(int, int, int, Spec) Constructor
QColor(int, uint) Constructor
QColor(System.String) Constructor
QColor(Qt.QColor) Constructor
QColor(int) Constructor
QColor(void *) Constructor
QColor Methods
QColor.Alloc Method
QColor.Blue Method
QColor.Cleanup Method
QColor.CurrentAllocContext Method
QColor.Dark(int) Method
QColor.Dark() Method
QColor.DestroyAllocContext Method
QColor.EnterAllocContext Method
QColor.Finalize Method
QColor.GetHsv Method
QColor.Green Method
QColor.HPal Method
QColor.Hsv Method
QColor.Initialize Method
QColor.IsDirty Method
QColor.IsValid Method
QColor.LeaveAllocContext Method
QColor.Light(int) Method
QColor.Light() Method
QColor.MaxColors Method
QColor.Name Method
QColor.NumBitPlanes Method
QColor.Palette(int[]) Method
QColor.Palette() Method
QColor.Pixel Method
QColor.RealizePal Method
QColor.Red Method
QColor.Rgb(int[], int[], int[]) Method
QColor.Rgb() Method
QColor.SetHsv Method
QColor.SetNamedColor Method
QColor.SetPaletteEntries(int, int, int) Method
QColor.SetPaletteEntries(int, int) Method
QColor.SetRgb(int, int, int) Method
QColor.SetRgb(int) Method
public void QColor();
Qt.QColor Class, Qt Namespace
public void QColor(int r, int g, int b);
Qt.QColor Class, Qt Namespace
public void QColor(int x, int y, int z, Spec arg1);
Qt.QColor Class, Qt Namespace
public void QColor(int rgb, uint pixel);
Qt.QColor Class, Qt Namespace
public void QColor(System.String name);
Qt.QColor Class, Qt Namespace
public void QColor(Qt.QColor arg1);
Qt.QColor Class, Qt Namespace
public void QColor(int rgb);
Qt.QColor Class, Qt Namespace
public void QColor(void * ptr);
Qt.QColor Class, Qt Namespace
public uint Alloc();
Qt.QColor Class, Qt Namespace
public int Blue();
Qt.QColor Class, Qt Namespace
public static void Cleanup();
Qt.QColor Class, Qt Namespace
public static int CurrentAllocContext();
Qt.QColor Class, Qt Namespace
public Qt.QColor Dark(int f);
Qt.QColor Class, Qt Namespace
public Qt.QColor Dark();
Qt.QColor Class, Qt Namespace
public static void DestroyAllocContext(int arg1);
Qt.QColor Class, Qt Namespace
public static int EnterAllocContext();
Qt.QColor Class, Qt Namespace
protected override void Finalize();
Qt.QColor Class, Qt Namespace
public void GetHsv(int h, int s, int v);
Qt.QColor Class, Qt Namespace
public int Green();
Qt.QColor Class, Qt Namespace
public static uint HPal();
Qt.QColor Class, Qt Namespace
public void Hsv(int[] h, int[] s, int[] v);
Qt.QColor Class, Qt Namespace
public static void Initialize();
Qt.QColor Class, Qt Namespace
public bool IsDirty();
Qt.QColor Class, Qt Namespace
public bool IsValid();
Qt.QColor Class, Qt Namespace
public static void LeaveAllocContext();
Qt.QColor Class, Qt Namespace
public Qt.QColor Light(int f);
Qt.QColor Class, Qt Namespace
public Qt.QColor Light();
Qt.QColor Class, Qt Namespace
public static int MaxColors();
Qt.QColor Class, Qt Namespace
public System.String Name();
Qt.QColor Class, Qt Namespace
public static int NumBitPlanes();
Qt.QColor Class, Qt Namespace
public static int Palette(int[] numEntries);
Qt.QColor Class, Qt Namespace
public static int Palette();
Qt.QColor Class, Qt Namespace
public uint Pixel();
Qt.QColor Class, Qt Namespace
public static uint RealizePal(Qt.QWidget arg1);
Qt.QColor Class, Qt Namespace
public int Red();
Qt.QColor Class, Qt Namespace
public void Rgb(int[] r, int[] g, int[] b);
Qt.QColor Class, Qt Namespace
public int Rgb();
Qt.QColor Class, Qt Namespace
public void SetHsv(int h, int s, int v);
Qt.QColor Class, Qt Namespace
public void SetNamedColor(System.String name);
Qt.QColor Class, Qt Namespace
public static int SetPaletteEntries(int entries, int numEntries, int Q_base);
Qt.QColor Class, Qt Namespace
public static int SetPaletteEntries(int entries, int numEntries);
Qt.QColor Class, Qt Namespace
public void SetRgb(int r, int g, int b);
Qt.QColor Class, Qt Namespace
public void SetRgb(int rgb);
Qt.QColor Class, Qt Namespace