BlzFrameSetTextColor
- Parameters
frame framehandlecolor integerFour byte integer of the form 0xaarrggbb. You can also use
BlzConvertColorto create such an integer.- comment
Changes text color of the frame. Supported frame types:
TEXT,EDITBOX,SIMPLEBUTTON,SIMPLEFONTSTRING.- 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