tahoma2d/toonz/sources/stdfx/iwa_cie_d65.h

14 lines
530 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#ifndef CIE_D65_H
#define CIE_D65_H
/*- 可視光波長範囲380nm-710nm, 10nm刻みの CIE D65標準光源 -*/
2016-06-15 18:43:10 +12:00
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};
2016-03-19 06:57:51 +13:00
#endif