Unit 'gmGimpCommonFuncs' Package
[Overview][Constants][Procedures and functions][Index] [#pl_graphics32magic]

CLAMP

Declaration

Source position: gmGimpCommonFuncs.pas line 27

function CLAMP(

  const n: Integer;

  const AMin: Integer;

  const AMax: Integer

):Integer; overload;

function CLAMP(

  const n: Double;

  const AMin: Double;

  const AMax: Double

):Double; overload;

function CLAMP(

  const n: Double;

  const AMin: Integer;

  const AMax: Integer

):Integer; overload;



CT Web help

CodeTyphon Studio