SetImageColor
- Parameters
-
whichImage image
red integer
green integer
blue integer
alpha integer
- comment
Valid values for all channels range from 0 to 255.
- patch
1.18a
- Source
- common.j
- return type
nothing
- Source code
native SetImageColor takes image whichImage, integer red, integer green, integer blue, integer alpha returns nothing