[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'GraphUtil' (#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;


Version 3.2 Generated 2024-02-25 Home