| You are here: | About>Computing & Technology>Delphi Programming> Coding Delphi Applications> Delphi Tips and Tricks> Delphi 2007 Tips> Convert RGB Color to CMYK using Delphi |
![]() | Delphi Programming |
Convert RGB Color to CMYKProgrammatically using Delphi codeThe CMYK (Cyan, Magenta, Yellow, Black - Key Plate) model, refers to the 4 ink colors used by the printing press. C is cyan (blue-green), M is magenta (pinkish shade of red), Y is yellow, and K is black, the key plate or keyline color.
The RGB (Red, Green, Blue) is also used, primarily in web design. When written, RGB values are commonly specified using three integers between 0 and 255, each representing red, green, and blue intensities. Converting RGB images to CMYK is often one of the final steps before sending an image to a commercial printer. Here's a function to convert a RGB color to a CMYK color. uses Math;Usage: varDelphi tips navigator: » Set the Checked property of a TCheckBox Delphi control Without raising the OnClick event « An Invalid Hard-Cast is NIL in Delphi for .NET |
Las Vegas on a BudgetFind a BargainHotel DealsCheap EatsFree AttractionsEntertainment for Less |
All Topics | Email Article | | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |


