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

RedGreenBlue

RedGreenBlue - decomposes a composite colour into its component Red, Green and Blue values

Declaration

Source position: graphics.pp line 1927

procedure RedGreenBlue(

  rgb: TColorRef;

  out Red: Byte;

  out Green: Byte;

  out Blue: Byte

);

Arguments

rgb

  

The colour for processing, expressed as RGB

Red

  

The Red component of the colour defined in RGB

Green

  

The Greencomponent of the colour defined in RGB

Blue

  

The Blue component of the colour defined in RGB

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads