BlzFrameSetTextColor
- Parameters
-
frame framehandle
color integer
Four byte integer of the form 0xaarrggbb. You can also use
BlzConvertColor
to create such an integer. - comment
-
Changes text color of the frame. SimpleFrames only.
- patch
-
1.31.0.11889
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native BlzFrameSetTextColor takes framehandle frame, integer color returns nothing