JCL Help:DarkColorChannel
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DarkColorChannel Function
Search in JCL Help
Search in all projects
Summary
Darkens one channel of a color by a percentage.
Pascal
function DarkColorChannel(const Channel: Byte; const Pct: Single): Byte;
Parameters
Parameters | Description |
const Channel: Byte | Value of the color channel to darken. |
const Pct: Single | The percentage with which to darken the channel. Percentage should be between 0 and 100.0. |
Return Value
The darkened channel.
Description
DarkColorChannel darkens one channel of a color by a certain percentage.
See Also
BrightColor DarkColor BrightColorChannel
About
Unit
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