JCL Help:GetColorBlue

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Extracts the Blue component from a TColor.


Pascal

 function GetColorBlue(const Color: TColor): Byte;


Parameters

Parameters Description
const Color: TColor The Color value from which to extract the Blue component.


Return Value

The Blue component from the supplied TColor. The value ranges from 0 to 255.


Description

GetColorBlue extracts the Blue component from a TColor value.


See Also

GetRGBValue GetColorRed GetColorGreen GetColorFlag


About

Unit

JclGraphUtils


Donator

Pelle F. S. Liljendal


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page