Method | Description | |
---|---|---|
AddColorStop ( double offset, Color c ) : Status | ||
AddColorStopRgb ( double offset, Color c ) : Status | ||
AddColorStopRgba ( double offset, double r, double g, double b, double a ) : Status |
Method | Description | |
---|---|---|
Gradient ( |
public AddColorStop ( double offset, Color c ) : Status | ||
offset | double | |
c | Color | |
return | Status |
public AddColorStopRgb ( double offset, Color c ) : Status | ||
offset | double | |
c | Color | |
return | Status |
public AddColorStopRgba ( double offset, double r, double g, double b, double a ) : Status | ||
offset | double | |
r | double | |
g | double | |
b | double | |
a | double | |
return | Status |
protected Gradient ( |
||
handle | ||
owned | bool | |
return | System |