[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'GraphUtil' (#lcl)

HSVtoRGBQuad

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

Declaration

Source position: graphutil.pp line 45

function HSVtoRGBQuad(

  H: Integer;

  S: Integer;

  V: Integer

):TRGBQuad;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.