Qt.QColor Class

public class QColor: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QColor

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QColor() Constructor

public void QColor();

See Also

Qt.QColor Class, Qt Namespace

QColor(int, int, int) Constructor

public void QColor(int r, int g, int b);

See Also

Qt.QColor Class, Qt Namespace

QColor(int, int, int, Spec) Constructor

public void QColor(int x, int y, int z, Spec arg1);

See Also

Qt.QColor Class, Qt Namespace

QColor(int, uint) Constructor

public void QColor(int rgb, uint pixel);

See Also

Qt.QColor Class, Qt Namespace

QColor(System.String) Constructor

public void QColor(System.String name);

See Also

Qt.QColor Class, Qt Namespace

QColor(Qt.QColor) Constructor

public void QColor(Qt.QColor arg1);

See Also

Qt.QColor Class, Qt Namespace

QColor(int) Constructor

public void QColor(int rgb);

See Also

Qt.QColor Class, Qt Namespace

QColor(void *) Constructor

public void QColor(void * ptr);

See Also

Qt.QColor Class, Qt Namespace

QColor.Alloc Method

public uint Alloc();

See Also

Qt.QColor Class, Qt Namespace

QColor.Blue Method

public int Blue();

See Also

Qt.QColor Class, Qt Namespace

QColor.Cleanup Method

public static void Cleanup();

See Also

Qt.QColor Class, Qt Namespace

QColor.CurrentAllocContext Method

public static int CurrentAllocContext();

See Also

Qt.QColor Class, Qt Namespace

QColor.Dark(int) Method

public Qt.QColor Dark(int f);

See Also

Qt.QColor Class, Qt Namespace

QColor.Dark() Method

public Qt.QColor Dark();

See Also

Qt.QColor Class, Qt Namespace

QColor.DestroyAllocContext Method

public static void DestroyAllocContext(int arg1);

See Also

Qt.QColor Class, Qt Namespace

QColor.EnterAllocContext Method

public static int EnterAllocContext();

See Also

Qt.QColor Class, Qt Namespace

QColor.Finalize Method

protected override void Finalize();

See Also

Qt.QColor Class, Qt Namespace

QColor.GetHsv Method

public void GetHsv(int h, int s, int v);

See Also

Qt.QColor Class, Qt Namespace

QColor.Green Method

public int Green();

See Also

Qt.QColor Class, Qt Namespace

QColor.HPal Method

public static uint HPal();

See Also

Qt.QColor Class, Qt Namespace

QColor.Hsv Method

public void Hsv(int[] h, int[] s, int[] v);

See Also

Qt.QColor Class, Qt Namespace

QColor.Initialize Method

public static void Initialize();

See Also

Qt.QColor Class, Qt Namespace

QColor.IsDirty Method

public bool IsDirty();

See Also

Qt.QColor Class, Qt Namespace

QColor.IsValid Method

public bool IsValid();

See Also

Qt.QColor Class, Qt Namespace

QColor.LeaveAllocContext Method

public static void LeaveAllocContext();

See Also

Qt.QColor Class, Qt Namespace

QColor.Light(int) Method

public Qt.QColor Light(int f);

See Also

Qt.QColor Class, Qt Namespace

QColor.Light() Method

public Qt.QColor Light();

See Also

Qt.QColor Class, Qt Namespace

QColor.MaxColors Method

public static int MaxColors();

See Also

Qt.QColor Class, Qt Namespace

QColor.Name Method

public System.String Name();

See Also

Qt.QColor Class, Qt Namespace

QColor.NumBitPlanes Method

public static int NumBitPlanes();

See Also

Qt.QColor Class, Qt Namespace

QColor.Palette(int[]) Method

public static int Palette(int[] numEntries);

See Also

Qt.QColor Class, Qt Namespace

QColor.Palette() Method

public static int Palette();

See Also

Qt.QColor Class, Qt Namespace

QColor.Pixel Method

public uint Pixel();

See Also

Qt.QColor Class, Qt Namespace

QColor.RealizePal Method

public static uint RealizePal(Qt.QWidget arg1);

See Also

Qt.QColor Class, Qt Namespace

QColor.Red Method

public int Red();

See Also

Qt.QColor Class, Qt Namespace

QColor.Rgb(int[], int[], int[]) Method

public void Rgb(int[] r, int[] g, int[] b);

See Also

Qt.QColor Class, Qt Namespace

QColor.Rgb() Method

public int Rgb();

See Also

Qt.QColor Class, Qt Namespace

QColor.SetHsv Method

public void SetHsv(int h, int s, int v);

See Also

Qt.QColor Class, Qt Namespace

QColor.SetNamedColor Method

public void SetNamedColor(System.String name);

See Also

Qt.QColor Class, Qt Namespace

QColor.SetPaletteEntries(int, int, int) Method

public static int SetPaletteEntries(int entries, int numEntries, int Q_base);

See Also

Qt.QColor Class, Qt Namespace

QColor.SetPaletteEntries(int, int) Method

public static int SetPaletteEntries(int entries, int numEntries);

See Also

Qt.QColor Class, Qt Namespace

QColor.SetRgb(int, int, int) Method

public void SetRgb(int r, int g, int b);

See Also

Qt.QColor Class, Qt Namespace

QColor.SetRgb(int) Method

public void SetRgb(int rgb);

See Also

Qt.QColor Class, Qt Namespace