|
| ComponentResult | CMXYZToLab (ComponentInstance ci, const CMColor *src, const CMXYZColor *white, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMLabToXYZ (ComponentInstance ci, const CMColor *src, const CMXYZColor *white, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMXYZToLuv (ComponentInstance ci, const CMColor *src, const CMXYZColor *white, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMLuvToXYZ (ComponentInstance ci, const CMColor *src, const CMXYZColor *white, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMXYZToYxy (ComponentInstance ci, const CMColor *src, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMYxyToXYZ (ComponentInstance ci, const CMColor *src, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMRGBToHLS (ComponentInstance ci, const CMColor *src, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMHLSToRGB (ComponentInstance ci, const CMColor *src, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMRGBToHSV (ComponentInstance ci, const CMColor *src, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMHSVToRGB (ComponentInstance ci, const CMColor *src, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMRGBToGray (ComponentInstance ci, const CMColor *src, CMColor *dst, unsigned long count) |
| |
| ComponentResult | CMXYZToFixedXYZ (ComponentInstance ci, const CMXYZColor *src, CMFixedXYZColor *dst, unsigned long count) |
| |
| ComponentResult | CMFixedXYZToXYZ (ComponentInstance ci, const CMFixedXYZColor *src, CMXYZColor *dst, unsigned long count) |
| |
ColorSync Conversion Component API.
- Introduced In: ColorSync 2.0
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: © 1993-2001 by Apple Computer, Inc. All rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/