MPLAB® Harmony Graphics Suite
|
Set's the amount of alpha blending for a given layer
LIB_EXPORT laResult laLayer_SetAlphaAmount( laLayer* layer, uint32_t amount );
Parameters |
Description |
laLayer* layer |
the layer |
uint32_t amount |
an alpha amount from 0 - 255 |
laResult - success if the operation succeeded
MPLAB® Harmony Graphics Suite
|