![]() |
![]()
| ![]() |
![]()
NAMEforce_image_blend - Control image blend behaviour SYNOPSISnil
DESCRIPTIONThere are a number of controls for adjusting how overlapping objects that are translucent or has transparent contents described by an alpha color channel are supposed to combine. This function can be used to change that behavior. If no mode is set, the system default will be set. Other blend-modes are: BLEND_NORMAL (disable blending if object opacity is marked as opaque) BLEND_ADD (one, one: additive blending, rgb channels will be combined) BLEND_SUB (one: dst will be subtracted based on one-src alpha), BLEND_MUL (dst-color, one-src alpha), BLEND_PREMULTIPLIED (one, one-src alpha: the source object has its alpha values pre-multiplied into the color channels) NOTES
EXAMPLEfunction force_image_blend0() MISUSEfunction force_image_blend0() MISUSEfunction force_image_blend1()
|