JVCL Help:TJvColorSpaceManager.ConvertFromColor

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Convert an RGB value to a full color value.


Pascal

 functionConvertFromColor(AColor: TColor): TJvFullColor;


Parameters

Parameters Description
AColor: TColor RGB value to be converted.


Return Value

The full color value.


Description

If the RGB value is a system color (like clBtnFace), the result is the same color in the csDEF colorspace, otherwise the result is the same color in the csRGB color space.


About

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