Function __global->_hue_to_rgb

Definitions

sources/themes.php

  • Converts a hue to color.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: float

Parameters

Name Type Default Set Range Description
$p float required parameter N/A N/A p value (0.0-1.0)
$q float required parameter N/A N/A q value (0.0-1.0)
$t float required parameter N/A N/A t value (0.0-1.0)

Return

  • Type: float
  • Set: N/A
  • Range: N/A