CIELUV
Struct in Zigurous.ColorPro
Implements IComponentModel<T>, IComponentModel, IEquatable<T>
Declaration
[Serializable]
public struct CIELUV : IComponentModel<CIELUV>, IComponentModelDescription
The CIE LUV components of a color - lightness (L) and chromaticity (u,v).
Properties
| L | The lightness component of the color in the range [0..100]. | 
| u | The green-red chromaticity component of the color in the range [-100..100]. | 
| v | The blue-yellow chromaticity component of the color in the range [-100..100]. | 
| Item[int] | Gets or sets the component at the specified index. | 
Constructors
| CIELUV | Creates new CIE LUV components from the given values. | 
Methods
| Copy | Returns a copy of the components. | 
| Set | Converts a color to the components and sets them as the new values. | 
| Mix | Returns the result of mixing the color with another color using a weight between [0..1]. A weight of 0 results in the first color, and a weight of 1 results in the second color. | 
| Equals | Determines if the components are equal to another. | 
| GetHashCode | Returns the hash code of the components. | 
| ToString | Converts the components to a string. | 
| ToColor | Converts the components to a color. | 
| ToXYZ | Converts the components to CIEXYZ components. | 
| ToLCh | Converts the components to CIELCh_uv components. | 
Operators
| Equality | |
| Inequality | |
| Explicit |