| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Graphics::ColorNamesCMYK::ToutesLesCouleursCom::Pink; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
314619
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
197
|
|
|
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
|
|
|
|
|
|
|
'rose' => 0x00392601, # 0,57,38,1 |
|
12
|
|
|
|
|
|
|
'bisque' => 0x000b1700, # 0,11,23,0 |
|
13
|
|
|
|
|
|
|
'cherry' => 0x004e370d, # 0,78,55,13 |
|
14
|
|
|
|
|
|
|
'chair' => 0x00172000, # 0,23,32,0 |
|
15
|
|
|
|
|
|
|
'eggshell' => 0x00080b01, # 0,8,11,1 |
|
16
|
|
|
|
|
|
|
'nymph thigh' => 0x00090600, # 0,9,6,0 |
|
17
|
|
|
|
|
|
|
'raspberry' => 0x004e4016, # 0,78,64,22 |
|
18
|
|
|
|
|
|
|
'fuchsia' => 0x004b2a01, # 0,75,42,1 |
|
19
|
|
|
|
|
|
|
'heliotrope' => 0x0d370000, # 13,55,0,0 |
|
20
|
|
|
|
|
|
|
'watermelon' => 0x00292500, # 0,41,37,0 |
|
21
|
|
|
|
|
|
|
'magenta' => 0x00640000, # 0,100,0,0 |
|
22
|
|
|
|
|
|
|
'dark magenta' => 0x00640032, # 0,100,0,50 |
|
23
|
|
|
|
|
|
|
'magenta fuchsia' => 0x00642f0e, # 0,100,47,14 |
|
24
|
|
|
|
|
|
|
'purple' => 0x002e0011, # 0,46,0,17 |
|
25
|
|
|
|
|
|
|
'fishing' => 0x00191c01, # 0,25,28,1 |
|
26
|
|
|
|
|
|
|
'brooms rose' => 0x002e1b17, # 0,46,27,23 |
|
27
|
|
|
|
|
|
|
'candy pink' => 0x004a2502, # 0,74,37,2 |
|
28
|
|
|
|
|
|
|
'pink' => 0x00191100, # 0,25,17,0 |
|
29
|
|
|
|
|
|
|
'mountbatten pink' => 0x01180028, # 0,280,0,40 |
|
30
|
|
|
|
|
|
|
'tea rose' => 0x002f3a00, # 0,47,58,0 |
|
31
|
|
|
|
|
|
|
'hot pink' => 0x00643200, # 0,100,50,0 |
|
32
|
|
|
|
|
|
|
'salmon' => 0x002b4203, # 0,43,66,3 |
|
33
|
|
|
|
|
|
|
}; |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
1; |
|
37
|
|
|
|
|
|
|
# ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (pink) |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
__END__ |