__cdecl IMAGE_PROC CDATA MakeAlphaColor(COLOR_CHANNEL r, COLOR_CHANNEL green, COLOR_CHANNEL b, COLOR_CHANNEL a);
Parameters |
Description |
COLOR_CHANNEL r |
Red channel value |
COLOR_CHANNEL green |
green channel value |
COLOR_CHANNEL b |
blue channel value |
COLOR_CHANNEL a |
alpha channel value |
A CDATA representing the color specified.
Create a CDATA color from components.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|