JCL Help:BrightColorChannel

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Brightens one channel of a color by a percentage.


Pascal

 function BrightColorChannel(const Channel: Byte; const Pct: Single): Byte;


Parameters

Parameters Description
const Channel: Byte Value of the color channel to brighten.
const Pct: Single The percentage with which to brighten the channel. Percentage should be between 0 and 100.0.


Return Value

The brightened channel.


Description

BrightColorChannel brightens one channel of a color by a certain percentage.


See Also

BrightColor 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