[]
Initializes a new Bevel instance using the specified attributes.
public Bevel(Color color, int width, int lightness, int darkness)
Public Sub New(color As Color, width As Integer, lightness As Integer, darkness As Integer)
Type | Name | Description |
---|---|---|
Color | color | A Color that represents the bevel background. |
int | width | An int value that indicates the width of the bevel. |
int | lightness | An int value (between -100 through 100) that indicates the lighting percentage. |
int | darkness | An int value (between -100 through 100) that indicates the shading percentage. |