메소드 | 설명 | |
---|---|---|
ColorHSL ( double hue, double saturation, double lightness ) : System |
Initializes a new instance of the ColorHSL class.
|
|
FromMagickColor ( |
Converts the specified MagickColor to an instance of this type.
|
메소드 | 설명 | |
---|---|---|
UpdateValue ( ) : void |
Updates the color value in an inherited class.
|
메소드 | 설명 | |
---|---|---|
ColorHSL ( |
||
Initialize ( double red, double green, double blue ) : void |
public ColorHSL ( double hue, double saturation, double lightness ) : System | ||
hue | double | Hue component value of this color. |
saturation | double | Saturation component value of this color. |
lightness | double | Lightness component value of this color. |
리턴 | System |
public static FromMagickColor ( |
||
color | The color to use. | |
리턴 |