Struct ColorYUV
Contents
[
Hide
]ColorYUV structure
Represents an YUV color.
public struct ColorYUV
Constructors
Name | Description |
---|---|
ColorYUV(Color) | Initializes a new instance of the ColorYUV structure from the specified existing Color . |
ColorYUV(int, int, int) | Initializes a new instance of the ColorYUV structure with the specified luminance component, blue and red projection components. |
Properties
Name | Description |
---|---|
U { get; } | Gets the blue projection component value of this ColorYUV structure. |
V { get; } | Gets the red projection component value of this ColorYUV structure. |
Y { get; } | Gets the luminance component value of this ColorYUV structure. |
Methods
Name | Description |
---|---|
override ToString() | Converts this ColorYUV structure to a human-readable string. |
See Also
- namespace Aspose.Imaging.MagicWand
- assembly Aspose.Imaging