File Coverage

blib/lib/Graphics/ColorNamesCMYK/ToutesLesCouleursCom/Yellow.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::Yellow;
2              
3 1     1   351236 use strict;
  1         2  
  1         163  
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             'yellow' => 0x00006400, # 0,0,100,0
12             'amber' => 0x00136406, # 0,19,100,6
13             'aurore' => 0x00143e00, # 0,20,62,0
14             'butter' => 0x00053706, # 0,5,55,6
15             'fees butter' => 0x00042d00, # 0,4,45,0
16             'wheat' => 0x00084f09, # 0,8,79,9
17             'blonde' => 0x0011310b, # 0,17,49,11
18             'golden button' => 0x000d5d01, # 0,13,93,1
19             'bulle' => 0x000b2907, # 0,11,41,7
20             'goose caca' => 0x00005e14, # 0,0,94,20
21             'chamois' => 0x00082912, # 0,8,41,18
22             'champagne' => 0x00041b02, # 0,4,27,2
23             'chrome' => 0x07005f00, # 7,0,95,0
24             'chrome' => 0x00006200, # 0,0,98,0
25             'lemon' => 0x03004c00, # 3,0,76,0
26             'fauve' => 0x00365f20, # 0,54,95,32
27             'flave' => 0x0000220a, # 0,0,34,10
28             'sulfur flower' => 0x00003a00, # 0,0,58,0
29             'gamboge' => 0x00235e06, # 0,35,94,6
30             'yellow aureolin' => 0x000c4806, # 0,12,72,6
31             'yellow banana' => 0x000d6112, # 0,13,97,18
32             'chickadee' => 0x04005f06, # 4,0,95,6
33             'yellow chartreuse' => 0x0d006400, # 13,0,100,0
34             'cobalt yellow' => 0x00066400, # 0,6,100,0
35             'naples yellow' => 0x00061a00, # 0,6,26,0
36             'golden yellow' => 0x000a6106, # 0,10,97,6
37             'imperial yellow' => 0x000b4f00, # 0,11,79,0
38             'yellow mimosa' => 0x00023900, # 0,2,57,0
39             'yellow mustard' => 0x04006413, # 4,0,100,19
40             'yellow nankin' => 0x00093903, # 0,9,57,3
41             'yellow olive' => 0x00006432, # 0,0,100,50
42             'yellow straw' => 0x000b4800, # 0,11,72,0
43             'yellow chick' => 0x00083e03, # 0,8,62,3
44             'corn' => 0x000d3600, # 0,13,54,0
45             'march' => 0x000c4107, # 0,12,65,7
46             'putty' => 0x0001131e, # 0,1,19,30
47             'honey' => 0x00125f0f, # 0,18,95,15
48             'yellow ocher' => 0x0016520d, # 0,22,82,13
49             'red ochre' => 0x001f3a0d, # 0,31,58,13
50             'or' => 0x00125e00, # 0,18,94,0
51             'orpiment' => 0x00115901, # 0,17,89,1
52             'camel hair' => 0x0022511d, # 0,34,81,29
53             'cow tail 1' => 0x00082b18, # 0,8,43,24
54             'cow tail 2' => 0x000a1f22, # 0,10,31,34
55             'sand' => 0x0008190c, # 0,8,25,12
56             'safran' => 0x000c5b05, # 0,12,91,5
57             'sulfur' => 0x00003a00, # 0,0,58,0
58             'topaz' => 0x00063602, # 0,6,54,2
59             'vanilla' => 0x0008200c, # 0,8,32,12
60             'venetian' => 0x001b4009, # 0,27,64,9
61             };
62              
63              
64             1;
65             # ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (yellow)
66              
67             __END__