ColorYUV.this

Create a YUV Color from the specified doubles.

  1. this()
  2. this(double y, double u, double v, double opacity = 0)
    class ColorYUV
    this
    (
    double y
    ,
    double u
    ,
    double v
    ,
    double opacity = 0
    )
  3. this(string color)

Parameters

y
Type: double

The luminance as a value between 0.0 and 1.0

u
Type: double

The U chrominance component as a value between -0.5 and 0.5

v
Type: double

The V chrominance component as a value between -0.5 and 0.5

Meta