BlzConvertColor
- Parameters
-
a integer
r integer
g integer
b integer
- patch
1.31
- pure
- This function is pure. For the same values passed to it, it will always return the same value.
- return type
integer
- Source code
native BlzConvertColor takes integer a, integer r, integer g, integer b returns integer
- Source
- math.j
- wc3modding.com
- BlzConvertColor