CoreColor is a color modeling and conversion framework written in Swift.
It is designed for a wide range of audience, including color enthusiasts,
engineers, visual designers and artists, as well as those involved in
scientific researches that rely on color modeling.
CoreColor provides the modeling for a variety of common color models
and associated color spaces, including common ones such as
RGB, CMYK, HSL, HSV, LAB, and XYZ, as well as facilities
for converting between a particular color model to any of the other ones.
Usage
The interfaces of CoreColor are simple and intuitive to use.
Here’s an example of creating an instance of RGB color model
in sRGB color space, and convert it to the equivalent CMYK model.
The following color models are currently supported:
RGB (various RGB color spaces)
XYZ (CIE XYZ)
LUV (CIE 1976 L*u*v*)
LAB (CIE 1976 L*a*b*)
CMYK
HSV
HSL
RGB Color Space
The following variations of RGB color spaces are currently supported:
sRGB
Linear sRGB
Adobe RGB
Display P3
Precision and Accuracy
CoreColor was designed to be sufficiently precise in its color modeling,
as well as accurate in all color space conversions.
All color model representations are based on 32-bit floating-point values.
This achieves sufficient precision and accuracy for the intended audience.
There is plan to extend the precision to beyond 32-bit floating
points, as well as using integer representations for select color models in
the future.
Color modeling and conversion framework in Swift
Overview
CoreColor is a color modeling and conversion framework written in Swift. It is designed for a wide range of audience, including color enthusiasts, engineers, visual designers and artists, as well as those involved in scientific researches that rely on color modeling.
CoreColor provides the modeling for a variety of common color models and associated color spaces, including common ones such as RGB, CMYK, HSL, HSV, LAB, and XYZ, as well as facilities for converting between a particular color model to any of the other ones.
Usage
The interfaces of CoreColor are simple and intuitive to use. Here’s an example of creating an instance of RGB color model in sRGB color space, and convert it to the equivalent CMYK model.
Details
Color Models
The following color models are currently supported:
L*u*v*
)L*a*b*
)RGB Color Space
The following variations of RGB color spaces are currently supported:
Precision and Accuracy
CoreColor was designed to be sufficiently precise in its color modeling, as well as accurate in all color space conversions.
All color model representations are based on 32-bit floating-point values. This achieves sufficient precision and accuracy for the intended audience.
There is plan to extend the precision to beyond 32-bit floating points, as well as using integer representations for select color models in the future.
Documentation
Refer to the official DocC documentation here.
License
CoreColor is licensed under the MIT License.
Credits
CoreColor is a project of @yukonblue.