__cdecl IMAGE_PROC CDATA MakeColor(COLOR_CHANNEL r, COLOR_CHANNEL green, COLOR_CHANNEL b);
Parameters |
Description |
COLOR_CHANNEL r |
red channel of new color |
COLOR_CHANNEL green |
green channel of new color |
COLOR_CHANNEL b |
blue channel of new color |
Makes a CDATA color from the RGB components. Sets the alpha as 100% opaque.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|