BlzFrameSetVertexColor
- Parameters
frame framehandlecolor integerFour byte integer of the form 0xaarrggbb. You can also use
BlzConvertColorto create such an integer.- comment
Sets the vertex color of model/sprite frames,
SIMPLESTATUSBARfills and SimpleFrameTexturechildren.- note
This does not tint ordinary Frame-family
BACKDROPtextures, images or buttons. Use another texture or FDF backdrop for those frame types.- patch
1.31.0.11889
- Source
- common.j (raise an issue to discuss on Github or submit a PR)
- return type
nothing- Source code
native BlzFrameSetVertexColor takes framehandle frame, integer color returns nothing