Calculates the brighness of a color with the formula 0.222 * R + 0.707 * G + 0.071 * B

Namespace: VVVV.Utils.VColor
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static double Brightness(
	RGBAColor C
)

Parameters

C
Type: VVVV.Utils.VColor..::..RGBAColor

[Missing <param name="C"/> documentation for "M:VVVV.Utils.VColor.VColor.Brightness(VVVV.Utils.VColor.RGBAColor)"]

Return Value

Brightness value of the input color C

See Also