Function __global->hsv_to_rgb

Definitions

sources/themewizard.php

  • Convert HSV colour components to an RGB colour. Based on publicly distributed code fragments which were themselves based on others: reasonably assumed as public domain.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$h float required parameter N/A N/A H component
$s float required parameter N/A N/A S component
$v float required parameter N/A N/A V component

Return

  • RGB colour
  • Type: string
  • Set: N/A
  • Range: N/A