Class HSLComponent
- Namespace
 - Lime
 
- Assembly
 - Lime.dll
 
[TangerineMenuPath("Effects/HSL")]
public class HSLComponent : MaterialComponent<ColorCorrectionMaterial>, IDisposable, IAnimable
  - Inheritance
 - 
      
      
      
      
      
      HSLComponent
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
Hue
[YuzuMember]
public float Hue { get; set; }
  Property Value
Lightness
[YuzuMember]
public float Lightness { get; set; }
  Property Value
Saturation
[YuzuMember]
public float Saturation { get; set; }