tahoma2d/toonz/sources/stdfx/iwa_cie_d65.h
2016-06-15 15:43:10 +09:00

14 lines
No EOL
530 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
#ifndef CIE_D65_H
#define CIE_D65_H
/*- 可視光波長範囲380nm-710nm, 10nm刻みの CIE D65標準光源 -*/
static float cie_d65[34] = {
41.6463f, 45.5402f, 68.9624f, 76.2383f, 77.8598f, 72.2353f, 87.3875f,
97.5067f, 98.1767f, 95.7175f, 96.6025f, 90.6758f, 91.1283f, 89.8350f,
87.3250f, 89.7408f, 87.0042f, 86.7050f, 83.3333f, 80.2785f, 79.8233f,
73.9047f, 75.0052f, 74.6659f, 73.0823f, 69.4072f, 69.7493f, 66.6890f,
66.8455f, 68.5648f, 65.2368f, 58.1011f, 59.6743f, 61.9575f};
#endif