| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Graphics::ColorNamesCMYK::ToutesLesCouleursCom::White; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
299185
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
125
|
|
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
6
|
|
|
|
|
|
|
our $DATE = '2024-05-06'; # DATE |
|
7
|
|
|
|
|
|
|
our $DIST = 'Graphics-ColorNamesCMYK-ToutesLesCouleursCom'; # DIST |
|
8
|
|
|
|
|
|
|
our $VERSION = '0.001'; # VERSION |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $NAMES_CMYK_TABLE = { |
|
11
|
|
|
|
|
|
|
'white' => 0x00000000, # 0,0,0,0 |
|
12
|
|
|
|
|
|
|
'alabaster' => 0x00000000, # 0,0,0,0 |
|
13
|
|
|
|
|
|
|
'clay' => 0x00000006, # 0,0,0,6 |
|
14
|
|
|
|
|
|
|
'azur mist' => 0x06000000, # 6,0,0,0 |
|
15
|
|
|
|
|
|
|
'light beige' => 0x00000a28, # 0,0,10,40 |
|
16
|
|
|
|
|
|
|
'-white' => 0x00000b00, # 0,0,11,0 |
|
17
|
|
|
|
|
|
|
'white lead white' => 0x00000000, # 0,0,0,0 |
|
18
|
|
|
|
|
|
|
'white cream' => 0x00051b01, # 0,5,27,1 |
|
19
|
|
|
|
|
|
|
'white silver' => 0x00000000, # 0,0,0,0 |
|
20
|
|
|
|
|
|
|
'white milk' => 0x00000101, # 0,0,1,1 |
|
21
|
|
|
|
|
|
|
'flax white' => 0x00040802, # 0,4,8,2 |
|
22
|
|
|
|
|
|
|
'white platinum' => 0x00041502, # 0,4,21,2 |
|
23
|
|
|
|
|
|
|
'lead white' => 0x00000000, # 0,0,0,0 |
|
24
|
|
|
|
|
|
|
'white saturn' => 0x00000000, # 0,0,0,0 |
|
25
|
|
|
|
|
|
|
'white troyes' => 0x00000600, # 0,0,6,0 |
|
26
|
|
|
|
|
|
|
'zinc white' => 0x03000000, # 3,0,0,0 |
|
27
|
|
|
|
|
|
|
'white of spain' => 0x00000600, # 0,0,6,0 |
|
28
|
|
|
|
|
|
|
'white ivory' => 0x00001164, # 0,0,17,100 |
|
29
|
|
|
|
|
|
|
'ecru white' => 0x00000c00, # 0,0,12,0 |
|
30
|
|
|
|
|
|
|
'lunar white' => 0x04000000, # 4,0,0,0 |
|
31
|
|
|
|
|
|
|
'snow white' => 0x00000000, # 0,0,0,0 |
|
32
|
|
|
|
|
|
|
'white opal' => 0x05000000, # 5,0,0,0 |
|
33
|
|
|
|
|
|
|
'white-blue' => 0x00000000, # 0,0,0,0 |
|
34
|
|
|
|
|
|
|
'eggshell' => 0x00080b01, # 0,8,11,1 |
|
35
|
|
|
|
|
|
|
'nymph thigh' => 0x00090600, # 0,9,6,0 |
|
36
|
|
|
|
|
|
|
}; |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
1; |
|
40
|
|
|
|
|
|
|
# ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (white) |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
__END__ |