HomeSort by relevance Sort by last modified time
    Searched refs:CMYK (Results 1 - 7 of 7) sorted by null

  /external/ImageMagick/tests/
cli-colorspace.tap 111 test_color CMYK sRGB && echo "ok" || echo "not ok"
  /external/ImageMagick/www/api/
channel.php 134 <p>GetImageAlphaChannel() returns MagickFalse if the image alpha channel is not activated. That is, the image is RGB rather than RGBA or CMYK rather than CMYKA.</p>
cache.php 317 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to access the meta-content (of type void) corresponding to the the region.</p>
359 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content (of type void) corresponding to the region. Once the Quantum (and/or Quantum) array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
magick-property.php     [all...]
magick-image.php     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 519 #define GetKValue(cmyk) ((BYTE)(cmyk))
520 #define GetYValue(cmyk) ((BYTE)((cmyk)>> 8))
521 #define GetMValue(cmyk) ((BYTE)((cmyk)>>16))
522 #define GetCValue(cmyk) ((BYTE)((cmyk)>>24))
524 #define CMYK(c,m,y,k) ((COLORREF)((((BYTE)(k)|((WORD)((BYTE)(y))<<8))|(((DWORD)(BYTE)(m))<<16))|(((DWORD)(BYTE)(c))<<24)))
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 437 milliseconds