CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
TPSCColorStrKind

TPSCColorStrKind

Color string kinds used in routines for converting colors to strings.

type TPSCColorStrKind = (ckDecimal, ckHex, ckRGBPercents, ckRGBIntPercents, ckRGBDecimal, ckRGBHex, ckHexTriple);

Unit
psc_colorbox

Description
TPSCColorStrKind type is used for determining of hints' presentation.
Parameters:
ckDecimal - Color is being converted in the string that is decimal representation of the color. For example clPurple is converted to a string '8388736'.
ckHex - Color is being converted in the string that is heximal representation of the color. For example clPurple is converted to a string '$800080'.
ckRGBPercents - Color is being converted in the string that represent bright of the each base color (red, green, blue) in percents. For example clPurple is converted to a string 'RGB{50.2%,0,50.2%}'.
ckRGBIntPercents - Color is being converted in the string that represent bright of the each base color (red, green, blue) in percents. Percents are rounded to integer values. For example clPurple is converted to a string 'RGB{50%,0,50%}'.
ckRGBDecimal - Color is being converted in the string that represent bright of the each base color (red, green, blue) in absolute decimal values from 0 till 255. For example clPurple is converted to a string 'RGB{128,0,128}'.
ckRGBHex - Color is being converted in the string that represent bright of the each base color (red, green, blue) in absolute heximal values from 0 till FF. For example clPurple is converted to a string 'RGB{80,0,80}'.
ckHexTriple - Color is being converted in the string that represent bright of the each base color (red, green, blue) in absolute heximal values from 0 till FF using prefix 'Hex'. For example clPurple is converted to a string 'Hex={80,0,80}'.


Generated by Putersoft.FreeHelp. Copyright © 1999-2002. puterSoft.Com
You are reading help file online using chmlib.com


If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com