klausdoege
  
Germany
389 Posts |
Posted - Dec 16 2015 : 03:32:16
|
Hi, yes you can work with CMYK Pixels, see description in Helpfile ImageEn.chm.
Example: var mycmyk:TCMYK; Imageenview.IEBitmap.Pixels_ieCMYK[x,y]:= myCMYK; or MyCMYK:= Imageenview.IEBitmap.Pixels_ieCMYK[x,y];
Declaration
property Pixels_ieCMYK[x, y: integer]: TCMYK;
Description
Gets/sets one pixel value in CMYK true color images (ieCMYK pixelformat). This function doesn't perform a range check test.
Klaus www.klausdoege.de |
 |
|