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
- return type
nothing
- Source code
native BlzFrameSetTextColor takes framehandle frame, integer color returns nothing