BlzFrameSetVertexColor

Parameters
frameframehandle
colorinteger

Four byte integer of the form 0xaarrggbb. You can also use BlzConvertColor to create such an integer.

comment

Sets the vertex color of model/sprite frames, SIMPLESTATUSBAR fills and SimpleFrame Texture children.

note

This does not tint ordinary Frame-family BACKDROP textures, 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