Method | Description | |
---|---|---|
ColorYUV ( double y, double u, double v ) : System |
Initializes a new instance of the ColorYUV class.
|
|
FromMagickColor ( |
Converts the specified MagickColor to an instance of this type.
|
Method | Description | |
---|---|---|
UpdateValue ( ) : void |
Updates the color value in an inherited class.
|
Method | Description | |
---|---|---|
ColorYUV ( |
public ColorYUV ( double y, double u, double v ) : System | ||
y | double | Y component value of this color. |
u | double | U component value of this color. |
v | double | V component value of this color. |
return | System |
public static FromMagickColor ( |
||
color | The color to use. | |
return |