Function __global->imageistruecolor
Definitions
sources_custom/phpstub.php
- Finds whether an image is a truecolor 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 |
Return
- Whether the image is truecolor
- Type: boolean
- Set: N/A
- Range: N/A