Class ColorCorrectionMaterial
- Namespace
- Lime
- Assembly
- Lime.dll
public class ColorCorrectionMaterial : IMaterial
- Inheritance
-
ColorCorrectionMaterial
- Implements
-
- Inherited Members
-
Constructors
ColorCorrectionMaterial()
public ColorCorrectionMaterial()
ColorCorrectionMaterial(Blending)
public ColorCorrectionMaterial(Blending blending)
Parameters
blending
Blending
Properties
Blending
[YuzuMember]
public Blending Blending { get; set; }
Property Value
- Blending
Brightness
[YuzuMember]
public float Brightness { get; set; }
Property Value
- float
Contrast
[YuzuMember]
public float Contrast { get; set; }
Property Value
- float
HSL
[YuzuMember]
public Vector3 HSL { get; set; }
Property Value
- Vector3
Id
public string Id { get; set; }
Property Value
- string
Opaque
[YuzuMember]
public bool Opaque { get; set; }
Property Value
- bool
PassCount
public int PassCount { get; }
Property Value
- int
Methods
Apply(int)
public void Apply(int pass)
Parameters
pass
int
Invalidate()