// cpt-city: fvl/von-luschan-red (cpt) // // Scales for skin colour based on the classification by // Felix von Luschan (1854–1924). // // author: Felix von Luschan, R. Biasutti, Dark Tea (Dark Tichondrias) et al. // copyright: CC BY-SA 3.0 // year: 2010 // url: https://phillips.shef.ac.uk/pub/cpt-city/fvl #declare von_luschan_red = color_map { [0.00000 color rgbf <0.9569,0.9490,0.9608,0.0000>] [0.35294 color rgbf <0.9569,0.9490,0.9608,0.0000>] [0.35294 color rgbf <1.0000,0.9765,0.8824,0.0000>] [0.42647 color rgbf <1.0000,0.9765,0.8824,0.0000>] [0.42647 color rgbf <0.8784,0.8235,0.5765,0.0000>] [0.51471 color rgbf <0.8784,0.8235,0.5765,0.0000>] [0.51471 color rgbf <0.9216,0.8471,0.5216,0.0000>] [0.60294 color rgbf <0.9216,0.8471,0.5216,0.0000>] [0.60294 color rgbf <0.8745,0.7569,0.4824,0.0000>] [0.69118 color rgbf <0.8745,0.7569,0.4824,0.0000>] [0.69118 color rgbf <0.7373,0.5922,0.3843,0.0000>] [0.77941 color rgbf <0.7373,0.5922,0.3843,0.0000>] [0.77941 color rgbf <0.4824,0.2941,0.1804,0.0000>] [0.86765 color rgbf <0.4824,0.2941,0.1804,0.0000>] [0.86765 color rgbf <0.3843,0.1804,0.1255,0.0000>] [1.00000 color rgbf <0.3843,0.1804,0.1255,0.0000>] }