Function __global->imagepalettetotruecolor

Definitions

sources_custom/phpstub.php

  • Make an image truecolor.
  • 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

  • False on some kind of error, e.g. $image is invalid resource. Will return true if image is already truecolor.
  • Type: boolean
  • Set: N/A
  • Range: N/A