Function __global->imagealphablending
Definitions
sources_custom/phpstub.php
- Set the blending mode for an image.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$image | resource | required parameter | N/A | N/A | The image handle |
$blendmode | boolean | required parameter | N/A | N/A | Whether to alpha blend |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A