Struct ColorYUV

ColorYUV structure

Represents an YUV color.

public struct ColorYUV

Constructors

NameDescription
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

NameDescription
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

NameDescription
override ToString()Converts this ColorYUV structure to a human-readable string.

See Also