| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Graphics::ColorNamesCMYK::ToutesLesCouleursCom::Orange; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
345724
|
use strict; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
196
|
|
|
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
|
|
|
|
|
|
|
'orange' => 0x002e5d07, # 0,46,93,7 |
|
12
|
|
|
|
|
|
|
'apricot' => 0x002d4f0a, # 0,45,79,10 |
|
13
|
|
|
|
|
|
|
'aurore' => 0x00143e00, # 0,20,62,0 |
|
14
|
|
|
|
|
|
|
'bi' => 0x00061505, # 0,6,21,5 |
|
15
|
|
|
|
|
|
|
'bisque' => 0x000b1700, # 0,11,23,0 |
|
16
|
|
|
|
|
|
|
'carrot' => 0x00385505, # 0,56,85,5 |
|
17
|
|
|
|
|
|
|
'pumpkin' => 0x002d500d, # 0,45,80,13 |
|
18
|
|
|
|
|
|
|
'reef' => 0x00496409, # 0,73,100,9 |
|
19
|
|
|
|
|
|
|
'copper' => 0x002a641e, # 0,42,100,30 |
|
20
|
|
|
|
|
|
|
'gamboge' => 0x00235e06, # 0,35,94,6 |
|
21
|
|
|
|
|
|
|
'mandarine' => 0x00244800, # 0,36,72,0 |
|
22
|
|
|
|
|
|
|
'melon' => 0x00205a0d, # 0,32,90,13 |
|
23
|
|
|
|
|
|
|
'orange' => 0x00226402, # 0,34,100,2 |
|
24
|
|
|
|
|
|
|
'burnt orange' => 0x003a6414, # 0,58,100,20 |
|
25
|
|
|
|
|
|
|
'roux' => 0x00365f20, # 0,54,95,32 |
|
26
|
|
|
|
|
|
|
'safran' => 0x000c5b05, # 0,12,91,5 |
|
27
|
|
|
|
|
|
|
'salmon' => 0x002b4203, # 0,43,66,3 |
|
28
|
|
|
|
|
|
|
'tangerine' => 0x00495900, # 0,73,89,0 |
|
29
|
|
|
|
|
|
|
'tanne' => 0x00316323, # 0,49,99,35 |
|
30
|
|
|
|
|
|
|
'vanilla' => 0x0008200c, # 0,8,32,12 |
|
31
|
|
|
|
|
|
|
'belly doe' => 0x000e1809, # 0,14,24,9 |
|
32
|
|
|
|
|
|
|
}; |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
1; |
|
36
|
|
|
|
|
|
|
# ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (orange) |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
__END__ |