![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
#include "oyranos_color.h"#include "oyranos_image.h"#include "oyProfile_s.h"#include "oyImage_s.h"#include "oyConversion_s.h"#include <oyranos_object.h>#include "oyNamedColor_s.h"Functions | |
| void | oyCopyColor (const double *from, double *to, int n, oyProfile_s *profile_ref, int channels_n) |
| copy pure colors More... | |
[Template file inheritance graph] +-> oyNamedColor_s_.template.h | +– Base_s_.h
Oyranos is an open source Color Management System
| void oyCopyColor | ( | const double * | from, |
| double * | to, | ||
| int | n, | ||
| oyProfile_s * | ref, | ||
| int | channels_n | ||
| ) |
copy pure colors
Handle color only. With a empty from variable set -1 as default in to.
References oyICCColorSpaceGetChannelCount(), oyProfile_s::oyProfile_GetSignature(), and oySIGNATURE_COLOR_SPACE.
1.8.13