LumaCoefficients
Struct in Zigurous.ColorPro
Implements IEquatable<T>
Declaration
[Serializable]
public struct LumaCoefficients
Description
A tuple of luma coefficients that are used to calculate the luma of a color under different signal encodings.
Properties
R | The luma coefficient for the red channel. |
G | The luma coefficient for the green channel. |
B | The luma coefficient for the blue channel. |
Item[int] | Gets or sets the coefficient at the specified index. |
Constructors
LumaCoefficients | Creates new luma coefficients with the given values. |
Methods
Equals | Determines if the luma coefficients are equal to another. |
GetHashCode | Returns the hash code of the luma coefficients. |
ToString | Converts the luma coefficients to a string. |
Operators
Equality | |
Inequality |