SetTextDropshadow
DocsSetTextDropshadow(distance, r, g, b, a)Description
distance - shadow distance in pixels, both horizontal and vertical
r, g, b, a - color
Parameters
| Name | Type | Description |
|---|---|---|
distance | int | Shadow distance in pixels, both horizontal and vertical. |
r | int | Red color. |
g | int | Green color. |
b | int | Blue color. |
a | int | Alpha. |
Returns
voidThis native does not return a value.