This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <jni.h> | |
#include <stdlib.h> | |
#include <math.h> | |
void srgb_to_zcam(double *jch, const double *srgb); | |
void zcam_to_clipped_srgb(double *srgb, const double *jch); | |
JNIEXPORT jdoubleArray JNICALL | |
Java_com_kyant_color_NativeColor_srgbToZcam( |