JCL Help:BrightColor

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Brightens a color by a percentage.


Pascal

 function BrightColor(const Color: TColor; const Pct: Single): TColor;


Parameters

Parameters Description
const Color: TColor The color to brighten.
const Pct: Single The percentage with which to brighten the color. Percentage should be between 0 and 100.0.


Return Value

The brightened color.


Description

BrightColor brightens a color by a certain percentage.


See Also

BrightColorChannel DarkColor DarkColorChannel


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