Inheritance
System.Object
OpacityLayer
public class OpacityLayer : ContainerLayer
Constructors
Declaration
public OpacityLayer(int alpha = 255, Offset offset = null)
Parameters
Type |
Name |
Description |
System.Int32 |
alpha |
|
Offset |
offset |
|
Properties
Declaration
public int alpha { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Offset offset { get; set; }
Property Value
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides