Unit 'GraphUtil' Package
[Overview][Constants][Types][Procedures and functions][Index] [#lcl]

HSVtoRGBTriple

Converts Hue, Saturation, and brightness values to a TRGBTriple value .

Declaration

Source position: graphutil.pp line 44

function HSVtoRGBTriple(

  H: Integer;

  S: Integer;

  V: Integer

):TRGBTriple;