enum SpriteMaterialTransparency
Type of transparency supported by a sprite material.
Values
| Name | Value | Description |
|---|---|---|
Opaque |
0 |
No transparency supported. |
Alpha |
1 |
Transparency is deduced from the alpha value of the sprite color. |
Premultiplied |
2 |
Same as Alpha, except it is assumed the sprite color has been premultiplied by the alpha value. |