Class VignetteMaterial
- Namespace
- Lime
- Assembly
- Lime.dll
public class VignetteMaterial : IMaterial
- Inheritance
-
VignetteMaterial
- Implements
-
- Inherited Members
-
Constructors
VignetteMaterial()
public VignetteMaterial()
VignetteMaterial(Blending)
public VignetteMaterial(Blending blending)
Parameters
blending
Blending
Properties
Blending
[YuzuMember]
public Blending Blending { get; set; }
Property Value
- Blending
Color
[YuzuMember]
public Color4 Color { get; set; }
Property Value
- Color4
Id
public string Id { get; set; }
Property Value
- string
PassCount
public int PassCount { get; }
Property Value
- int
Radius
[YuzuMember]
public float Radius { get; set; }
Property Value
- float
Softness
[YuzuMember]
public float Softness { get; set; }
Property Value
- float
UV1
[YuzuMember]
public Vector2 UV1 { get; set; }
Property Value
- Vector2
UVOffset
[YuzuMember]
public Vector2 UVOffset { get; set; }
Property Value
- Vector2
Methods
Apply(int)
public void Apply(int pass)
Parameters
pass
int
Invalidate()