C# Class Qyoto.QColor

Inheritance: Object, IDisposable
Show file Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Alpha ( ) : int
AlphaF ( ) : double
Black ( ) : int
BlackF ( ) : double
Blue ( ) : int
BlueF ( ) : double
ColorNames ( ) : List
ConvertTo ( QColor colorSpec ) : QColor
Cyan ( ) : int
CyanF ( ) : double
Dark ( ) : QColor
Dark ( int f ) : QColor
Darker ( ) : QColor
Darker ( int f ) : QColor
Dispose ( ) : void
Equals ( object o ) : bool
FromCmyk ( int c, int m, int y, int k ) : QColor
FromCmyk ( int c, int m, int y, int k, int a ) : QColor
FromCmykF ( double c, double m, double y, double k ) : QColor
FromCmykF ( double c, double m, double y, double k, double a ) : QColor
FromHsl ( int h, int s, int l ) : QColor
FromHsl ( int h, int s, int l, int a ) : QColor
FromHslF ( double h, double s, double l ) : QColor
FromHslF ( double h, double s, double l, double a ) : QColor
FromHsv ( int h, int s, int v ) : QColor
FromHsv ( int h, int s, int v, int a ) : QColor
FromHsvF ( double h, double s, double v ) : QColor
FromHsvF ( double h, double s, double v, double a ) : QColor
FromRgb ( int r, int g, int b ) : QColor
FromRgb ( int r, int g, int b, int a ) : QColor
FromRgb ( uint rgb ) : QColor
FromRgbF ( double r, double g, double b ) : QColor
FromRgbF ( double r, double g, double b, double a ) : QColor
FromRgba ( uint rgba ) : QColor
GetCmyk ( int &c, int &m, int &y, int &k ) : void
GetCmyk ( int &c, int &m, int &y, int &k, int &a ) : void
GetCmykF ( double &c, double &m, double &y, double &k ) : void
GetCmykF ( double &c, double &m, double &y, double &k, double &a ) : void
GetHashCode ( ) : int
GetHsl ( int &h, int &s, int &l ) : void
GetHsl ( int &h, int &s, int &l, int &a ) : void
GetHslF ( double &h, double &s, double &l ) : void
GetHslF ( double &h, double &s, double &l, double &a ) : void
GetHsv ( int &h, int &s, int &v ) : void
GetHsv ( int &h, int &s, int &v, int &a ) : void
GetHsvF ( double &h, double &s, double &v ) : void
GetHsvF ( double &h, double &s, double &v, double &a ) : void
GetRgb ( int &r, int &g, int &b ) : void
GetRgb ( int &r, int &g, int &b, int &a ) : void
GetRgbF ( double &r, double &g, double &b ) : void
GetRgbF ( double &r, double &g, double &b, double &a ) : void
Green ( ) : int
GreenF ( ) : double
HslHue ( ) : int
HslHueF ( ) : double
HslSaturation ( ) : int
HslSaturationF ( ) : double
HsvHue ( ) : int
HsvHueF ( ) : double
HsvSaturation ( ) : int
HsvSaturationF ( ) : double
Hue ( ) : int
HueF ( ) : double
IsValid ( ) : bool
Light ( ) : QColor
Light ( int f ) : QColor
Lighter ( ) : QColor
Lighter ( int f ) : QColor
Lightness ( ) : int
LightnessF ( ) : double
Magenta ( ) : int
MagentaF ( ) : double
Name ( ) : string
QColor ( QColor color ) : System
QColor ( Qt color ) : System
QColor ( int r, int g, int b ) : System
QColor ( int r, int g, int b, int a ) : System
QColor ( string name ) : System
QColor ( uint rgb ) : System
Red ( ) : int
RedF ( ) : double
Rgb ( ) : uint
Rgba ( ) : uint
Saturation ( ) : int
SaturationF ( ) : double
SetAlpha ( int alpha ) : void
SetAlphaF ( double alpha ) : void
SetBlue ( int blue ) : void
SetBlueF ( double blue ) : void
SetCmyk ( int c, int m, int y, int k ) : void
SetCmyk ( int c, int m, int y, int k, int a ) : void
SetCmykF ( double c, double m, double y, double k ) : void
SetCmykF ( double c, double m, double y, double k, double a ) : void
SetGreen ( int green ) : void
SetGreenF ( double green ) : void
SetHsl ( int h, int s, int l ) : void
SetHsl ( int h, int s, int l, int a ) : void
SetHslF ( double h, double s, double l ) : void
SetHslF ( double h, double s, double l, double a ) : void
SetHsv ( int h, int s, int v ) : void
SetHsv ( int h, int s, int v, int a ) : void
SetHsvF ( double h, double s, double v ) : void
SetHsvF ( double h, double s, double v, double a ) : void
SetNamedColor ( string name ) : void
SetRed ( int red ) : void
SetRedF ( double red ) : void
SetRgb ( int r, int g, int b ) : void
SetRgb ( int r, int g, int b, int a ) : void
SetRgb ( uint rgb ) : void
SetRgbF ( double r, double g, double b ) : void
SetRgbF ( double r, double g, double b, double a ) : void
SetRgba ( uint rgba ) : void
ToCmyk ( ) : QColor
ToHsl ( ) : QColor
ToHsv ( ) : QColor
ToRgb ( ) : QColor
Value ( ) : int
ValueF ( ) : double
Yellow ( ) : int
YellowF ( ) : double
operator ( ) : Qyoto.QVariant
operator ( ) : bool
spec ( ) : QColor.Spec

Protected Methods

Method Description
CreateProxy ( ) : void
QColor ( Type dummy ) : System

Private Methods

Method Description
QColor ( ) : System

Method Details

Alpha() public method

public Alpha ( ) : int
return int

AlphaF() public method

public AlphaF ( ) : double
return double

Black() public method

public Black ( ) : int
return int

BlackF() public method

public BlackF ( ) : double
return double

Blue() public method

public Blue ( ) : int
return int

BlueF() public method

public BlueF ( ) : double
return double

ColorNames() public static method

public static ColorNames ( ) : List
return List

ConvertTo() public method

public ConvertTo ( QColor colorSpec ) : QColor
colorSpec QColor
return QColor

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Cyan() public method

public Cyan ( ) : int
return int

CyanF() public method

public CyanF ( ) : double
return double

Dark() public method

public Dark ( ) : QColor
return QColor

Dark() public method

public Dark ( int f ) : QColor
f int
return QColor

Darker() public method

public Darker ( ) : QColor
return QColor

Darker() public method

public Darker ( int f ) : QColor
f int
return QColor

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FromCmyk() public static method

public static FromCmyk ( int c, int m, int y, int k ) : QColor
c int
m int
y int
k int
return QColor

FromCmyk() public static method

public static FromCmyk ( int c, int m, int y, int k, int a ) : QColor
c int
m int
y int
k int
a int
return QColor

FromCmykF() public static method

public static FromCmykF ( double c, double m, double y, double k ) : QColor
c double
m double
y double
k double
return QColor

FromCmykF() public static method

public static FromCmykF ( double c, double m, double y, double k, double a ) : QColor
c double
m double
y double
k double
a double
return QColor

FromHsl() public static method

public static FromHsl ( int h, int s, int l ) : QColor
h int
s int
l int
return QColor

FromHsl() public static method

public static FromHsl ( int h, int s, int l, int a ) : QColor
h int
s int
l int
a int
return QColor

FromHslF() public static method

public static FromHslF ( double h, double s, double l ) : QColor
h double
s double
l double
return QColor

FromHslF() public static method

public static FromHslF ( double h, double s, double l, double a ) : QColor
h double
s double
l double
a double
return QColor

FromHsv() public static method

public static FromHsv ( int h, int s, int v ) : QColor
h int
s int
v int
return QColor

FromHsv() public static method

public static FromHsv ( int h, int s, int v, int a ) : QColor
h int
s int
v int
a int
return QColor

FromHsvF() public static method

public static FromHsvF ( double h, double s, double v ) : QColor
h double
s double
v double
return QColor

FromHsvF() public static method

public static FromHsvF ( double h, double s, double v, double a ) : QColor
h double
s double
v double
a double
return QColor

FromRgb() public static method

public static FromRgb ( int r, int g, int b ) : QColor
r int
g int
b int
return QColor

FromRgb() public static method

public static FromRgb ( int r, int g, int b, int a ) : QColor
r int
g int
b int
a int
return QColor

FromRgb() public static method

public static FromRgb ( uint rgb ) : QColor
rgb uint
return QColor

FromRgbF() public static method

public static FromRgbF ( double r, double g, double b ) : QColor
r double
g double
b double
return QColor

FromRgbF() public static method

public static FromRgbF ( double r, double g, double b, double a ) : QColor
r double
g double
b double
a double
return QColor

FromRgba() public static method

public static FromRgba ( uint rgba ) : QColor
rgba uint
return QColor

GetCmyk() public method

public GetCmyk ( int &c, int &m, int &y, int &k ) : void
c int
m int
y int
k int
return void

GetCmyk() public method

public GetCmyk ( int &c, int &m, int &y, int &k, int &a ) : void
c int
m int
y int
k int
a int
return void

GetCmykF() public method

public GetCmykF ( double &c, double &m, double &y, double &k ) : void
c double
m double
y double
k double
return void

GetCmykF() public method

public GetCmykF ( double &c, double &m, double &y, double &k, double &a ) : void
c double
m double
y double
k double
a double
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetHsl() public method

public GetHsl ( int &h, int &s, int &l ) : void
h int
s int
l int
return void

GetHsl() public method

public GetHsl ( int &h, int &s, int &l, int &a ) : void
h int
s int
l int
a int
return void

GetHslF() public method

public GetHslF ( double &h, double &s, double &l ) : void
h double
s double
l double
return void

GetHslF() public method

public GetHslF ( double &h, double &s, double &l, double &a ) : void
h double
s double
l double
a double
return void

GetHsv() public method

public GetHsv ( int &h, int &s, int &v ) : void
h int
s int
v int
return void

GetHsv() public method

public GetHsv ( int &h, int &s, int &v, int &a ) : void
h int
s int
v int
a int
return void

GetHsvF() public method

public GetHsvF ( double &h, double &s, double &v ) : void
h double
s double
v double
return void

GetHsvF() public method

public GetHsvF ( double &h, double &s, double &v, double &a ) : void
h double
s double
v double
a double
return void

GetRgb() public method

public GetRgb ( int &r, int &g, int &b ) : void
r int
g int
b int
return void

GetRgb() public method

public GetRgb ( int &r, int &g, int &b, int &a ) : void
r int
g int
b int
a int
return void

GetRgbF() public method

public GetRgbF ( double &r, double &g, double &b ) : void
r double
g double
b double
return void

GetRgbF() public method

public GetRgbF ( double &r, double &g, double &b, double &a ) : void
r double
g double
b double
a double
return void

Green() public method

public Green ( ) : int
return int

GreenF() public method

public GreenF ( ) : double
return double

HslHue() public method

public HslHue ( ) : int
return int

HslHueF() public method

public HslHueF ( ) : double
return double

HslSaturation() public method

public HslSaturation ( ) : int
return int

HslSaturationF() public method

public HslSaturationF ( ) : double
return double

HsvHue() public method

public HsvHue ( ) : int
return int

HsvHueF() public method

public HsvHueF ( ) : double
return double

HsvSaturation() public method

public HsvSaturation ( ) : int
return int

HsvSaturationF() public method

public HsvSaturationF ( ) : double
return double

Hue() public method

public Hue ( ) : int
return int

HueF() public method

public HueF ( ) : double
return double

IsValid() public method

public IsValid ( ) : bool
return bool

Light() public method

public Light ( ) : QColor
return QColor

Light() public method

public Light ( int f ) : QColor
f int
return QColor

Lighter() public method

public Lighter ( ) : QColor
return QColor

Lighter() public method

public Lighter ( int f ) : QColor
f int
return QColor

Lightness() public method

public Lightness ( ) : int
return int

LightnessF() public method

public LightnessF ( ) : double
return double

Magenta() public method

public Magenta ( ) : int
return int

MagentaF() public method

public MagentaF ( ) : double
return double

Name() public method

public Name ( ) : string
return string

QColor() public method

public QColor ( QColor color ) : System
color QColor
return System

QColor() public method

public QColor ( Qt color ) : System
color Qt
return System

QColor() protected method

protected QColor ( Type dummy ) : System
dummy System.Type
return System

QColor() public method

public QColor ( int r, int g, int b ) : System
r int
g int
b int
return System

QColor() public method

public QColor ( int r, int g, int b, int a ) : System
r int
g int
b int
a int
return System

QColor() public method

public QColor ( string name ) : System
name string
return System

QColor() public method

public QColor ( uint rgb ) : System
rgb uint
return System

Red() public method

public Red ( ) : int
return int

RedF() public method

public RedF ( ) : double
return double

Rgb() public method

public Rgb ( ) : uint
return uint

Rgba() public method

public Rgba ( ) : uint
return uint

Saturation() public method

public Saturation ( ) : int
return int

SaturationF() public method

public SaturationF ( ) : double
return double

SetAlpha() public method

public SetAlpha ( int alpha ) : void
alpha int
return void

SetAlphaF() public method

public SetAlphaF ( double alpha ) : void
alpha double
return void

SetBlue() public method

public SetBlue ( int blue ) : void
blue int
return void

SetBlueF() public method

public SetBlueF ( double blue ) : void
blue double
return void

SetCmyk() public method

public SetCmyk ( int c, int m, int y, int k ) : void
c int
m int
y int
k int
return void

SetCmyk() public method

public SetCmyk ( int c, int m, int y, int k, int a ) : void
c int
m int
y int
k int
a int
return void

SetCmykF() public method

public SetCmykF ( double c, double m, double y, double k ) : void
c double
m double
y double
k double
return void

SetCmykF() public method

public SetCmykF ( double c, double m, double y, double k, double a ) : void
c double
m double
y double
k double
a double
return void

SetGreen() public method

public SetGreen ( int green ) : void
green int
return void

SetGreenF() public method

public SetGreenF ( double green ) : void
green double
return void

SetHsl() public method

public SetHsl ( int h, int s, int l ) : void
h int
s int
l int
return void

SetHsl() public method

public SetHsl ( int h, int s, int l, int a ) : void
h int
s int
l int
a int
return void

SetHslF() public method

public SetHslF ( double h, double s, double l ) : void
h double
s double
l double
return void

SetHslF() public method

public SetHslF ( double h, double s, double l, double a ) : void
h double
s double
l double
a double
return void

SetHsv() public method

public SetHsv ( int h, int s, int v ) : void
h int
s int
v int
return void

SetHsv() public method

public SetHsv ( int h, int s, int v, int a ) : void
h int
s int
v int
a int
return void

SetHsvF() public method

public SetHsvF ( double h, double s, double v ) : void
h double
s double
v double
return void

SetHsvF() public method

public SetHsvF ( double h, double s, double v, double a ) : void
h double
s double
v double
a double
return void

SetNamedColor() public method

public SetNamedColor ( string name ) : void
name string
return void

SetRed() public method

public SetRed ( int red ) : void
red int
return void

SetRedF() public method

public SetRedF ( double red ) : void
red double
return void

SetRgb() public method

public SetRgb ( int r, int g, int b ) : void
r int
g int
b int
return void

SetRgb() public method

public SetRgb ( int r, int g, int b, int a ) : void
r int
g int
b int
a int
return void

SetRgb() public method

public SetRgb ( uint rgb ) : void
rgb uint
return void

SetRgbF() public method

public SetRgbF ( double r, double g, double b ) : void
r double
g double
b double
return void

SetRgbF() public method

public SetRgbF ( double r, double g, double b, double a ) : void
r double
g double
b double
a double
return void

SetRgba() public method

public SetRgba ( uint rgba ) : void
rgba uint
return void

ToCmyk() public method

public ToCmyk ( ) : QColor
return QColor

ToHsl() public method

public ToHsl ( ) : QColor
return QColor

ToHsv() public method

public ToHsv ( ) : QColor
return QColor

ToRgb() public method

public ToRgb ( ) : QColor
return QColor

Value() public method

public Value ( ) : int
return int

ValueF() public method

public ValueF ( ) : double
return double

Yellow() public method

public Yellow ( ) : int
return int

YellowF() public method

public YellowF ( ) : double
return double

operator() public static method

public static operator ( ) : Qyoto.QVariant
return Qyoto.QVariant

operator() public static method

public static operator ( ) : bool
return bool

spec() public method

public spec ( ) : QColor.Spec
return QColor.Spec

Property Details

interceptor protected property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation