File Coverage

blib/lib/Graphics/ColorNamesCMYK/ToutesLesCouleursCom/Gray.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Graphics::ColorNamesCMYK::ToutesLesCouleursCom::Gray;
2              
3 1     1   489993 use strict;
  1         3  
  1         199  
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             'grey' => 0x0000003e, # 0,0,0,62
12             'slate' => 0x100c003a, # 16,12,0,58
13             'silver' => 0x00000013, # 0,0,0,19
14             'clay' => 0x00000006, # 0,0,0,6
15             'bi' => 0x00060f36, # 0,6,15,54
16             'bistre' => 0x001e314c, # 0,30,49,76
17             'bistre' => 0x00122a30, # 0,18,42,48
18             'bitumen' => 0x00163145, # 0,22,49,69
19             'celadon' => 0x15000923, # 21,0,9,35
20             'chestnut' => 0x000f1e32, # 0,15,30,50
21             'oxidized tin' => 0x0000001b, # 0,0,0,27
22             'pure tin' => 0x00000007, # 0,0,0,7
23             'fumes' => 0x1107000c, # 17,7,0,12
24             'grege' => 0x0007131b, # 0,7,19,27
25             'steel grey' => 0x0000001f, # 0,0,0,31
26             'charcoal grey' => 0x48413d3d, # 72,65,61,61
27             'payne grey' => 0x0f070035, # 15,7,0,53
28             'gray iron' => 0x00000030, # 0,0,0,48
29             'gray iron' => 0x00000032, # 0,0,0,50
30             'pearl grey' => 0x00000013, # 0,0,0,19
31             'pearl grey' => 0x04000250, # 4,0,2,80
32             'gray' => 0x00000026, # 0,0,0,38
33             'dove gray' => 0x0008081b, # 0,8,8,27
34             'putty' => 0x0001131e, # 0,1,19,30
35             'pinchard' => 0x00000014, # 0,0,0,20
36             'lead' => 0x06010031, # 6,1,0,49
37             'mountbatten pink' => 0x01180028, # 0,280,0,40
38             'taupe' => 0x000a1d49, # 0,10,29,73
39             'tourdille' => 0x00010818, # 0,1,8,24
40             };
41              
42              
43             1;
44             # ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (gray)
45              
46             __END__