line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Graphics::ColorNames::Werner; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
# ABSTRACT: RGB codes for Werner's Nomenclature of Colours |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
209629
|
use v5.6; |
|
1
|
|
|
|
|
8
|
|
7
|
|
|
|
|
|
|
|
8
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
23
|
|
9
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
64
|
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
# RECOMMEND PREREQ: Graphics::ColorNames |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
our $VERSION = 'v1.0.2'; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
sub NamesRgbTable() { |
16
|
1
|
|
|
1
|
|
6
|
use integer; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
17
|
|
|
|
|
|
|
return { |
18
|
1
|
|
|
1
|
0
|
139
|
applegreen => 0xadba98, |
19
|
|
|
|
|
|
|
arterialbloodred => 0x711518, |
20
|
|
|
|
|
|
|
ashgrey => 0xcbc8b7, |
21
|
|
|
|
|
|
|
asparagusgreen => 0xc2c190, |
22
|
|
|
|
|
|
|
auriculapurple => 0x533552, |
23
|
|
|
|
|
|
|
aurorared => 0xcd6d57, |
24
|
|
|
|
|
|
|
azureblue => 0x5c6b8f, |
25
|
|
|
|
|
|
|
berlinblue => 0x7994b5, |
26
|
|
|
|
|
|
|
blackishbrown => 0x453b32, |
27
|
|
|
|
|
|
|
blackishgreen => 0x5d6161, |
28
|
|
|
|
|
|
|
blackishgrey => 0x5b5c61, |
29
|
|
|
|
|
|
|
bluishblack => 0x413f44, |
30
|
|
|
|
|
|
|
bluishgreen => 0xa4b6a7, |
31
|
|
|
|
|
|
|
bluishgrey => 0x9c9d9a, |
32
|
|
|
|
|
|
|
bluishlilacpurple => 0xd0d5d3, |
33
|
|
|
|
|
|
|
bluishpurple => 0x8590ae, |
34
|
|
|
|
|
|
|
broccolibrown => 0x9b856b, |
35
|
|
|
|
|
|
|
brownishorange => 0x92462f, |
36
|
|
|
|
|
|
|
brownishpurplered => 0x8d746f, |
37
|
|
|
|
|
|
|
brownishred => 0x6e3b31, |
38
|
|
|
|
|
|
|
bufforange => 0xebbc71, |
39
|
|
|
|
|
|
|
campanulapurple => 0x6c6d94, |
40
|
|
|
|
|
|
|
carminered => 0xce536b, |
41
|
|
|
|
|
|
|
celadinegreen => 0xb8bfaf, |
42
|
|
|
|
|
|
|
chestnutbrown => 0x7a4b3a, |
43
|
|
|
|
|
|
|
chinablue => 0x383867, |
44
|
|
|
|
|
|
|
chocolatered => 0x4d3635, |
45
|
|
|
|
|
|
|
clovebrown => 0x766051, |
46
|
|
|
|
|
|
|
cochinealred => 0x7a4848, |
47
|
|
|
|
|
|
|
creamyellow => 0xf3daa7, |
48
|
|
|
|
|
|
|
crimsonred => 0xb7757c, |
49
|
|
|
|
|
|
|
deeporangecolouredbrown => 0x864735, |
50
|
|
|
|
|
|
|
deepreddishbrown => 0x553d3a, |
51
|
|
|
|
|
|
|
deepreddishorange => 0xbb603c, |
52
|
|
|
|
|
|
|
duckgreen => 0x33431e, |
53
|
|
|
|
|
|
|
dutchorange => 0xdfa837, |
54
|
|
|
|
|
|
|
emeraldgreen => 0x93b778, |
55
|
|
|
|
|
|
|
flaxflowerblue => 0x6f88af, |
56
|
|
|
|
|
|
|
fleshred => 0xe9c49d, |
57
|
|
|
|
|
|
|
frenchgrey => 0xbebeb3, |
58
|
|
|
|
|
|
|
gallstoneyellow => 0xa36629, |
59
|
|
|
|
|
|
|
gambogeyellow => 0xe6d058, |
60
|
|
|
|
|
|
|
grassgreen => 0x7d8c55, |
61
|
|
|
|
|
|
|
greenishblack => 0x454445, |
62
|
|
|
|
|
|
|
greenishblue => 0x719ba2, |
63
|
|
|
|
|
|
|
greenishgrey => 0x8a8d84, |
64
|
|
|
|
|
|
|
greenishwhite => 0xf2ebcd, |
65
|
|
|
|
|
|
|
greyishblack => 0x555152, |
66
|
|
|
|
|
|
|
greyishblue => 0x8aa1a6, |
67
|
|
|
|
|
|
|
greyishwhite => 0xe2ddc6, |
68
|
|
|
|
|
|
|
hairbrown => 0x8b7859, |
69
|
|
|
|
|
|
|
honeyyellow => 0xa77d35, |
70
|
|
|
|
|
|
|
hyacinthred => 0xa75536, |
71
|
|
|
|
|
|
|
imperialpurple => 0x584c77, |
72
|
|
|
|
|
|
|
indigoblue => 0x4f638d, |
73
|
|
|
|
|
|
|
inkblack => 0x252024, |
74
|
|
|
|
|
|
|
kingsyellow => 0xead665, |
75
|
|
|
|
|
|
|
lakered => 0xb74a70, |
76
|
|
|
|
|
|
|
lavenderpurple => 0x77747f, |
77
|
|
|
|
|
|
|
leekgreen => 0x979c84, |
78
|
|
|
|
|
|
|
lemonyellow => 0xdbc364, |
79
|
|
|
|
|
|
|
liverbrown => 0x513e32, |
80
|
|
|
|
|
|
|
mountaingreen => 0xb2b599, |
81
|
|
|
|
|
|
|
ochreyellow => 0xefcc83, |
82
|
|
|
|
|
|
|
oilgreen => 0xab924b, |
83
|
|
|
|
|
|
|
olivegreen => 0x67765b, |
84
|
|
|
|
|
|
|
orangecolouredwhite => 0xf3e9ca, |
85
|
|
|
|
|
|
|
orpimentorange => 0xd17c3f, |
86
|
|
|
|
|
|
|
paleblackishpurple => 0x4a475c, |
87
|
|
|
|
|
|
|
pansypurple => 0x39334a, |
88
|
|
|
|
|
|
|
peachblossomred => 0xeecfbf, |
89
|
|
|
|
|
|
|
pearlgrey => 0xb7b5ac, |
90
|
|
|
|
|
|
|
pistachiogreen => 0x8e9849, |
91
|
|
|
|
|
|
|
pitchorbrownishblack => 0x423937, |
92
|
|
|
|
|
|
|
plumpurple => 0x463759, |
93
|
|
|
|
|
|
|
primroseyellow => 0xebdd99, |
94
|
|
|
|
|
|
|
prussianblue => 0x1c1949, |
95
|
|
|
|
|
|
|
purplishred => 0x612741, |
96
|
|
|
|
|
|
|
purplishwhite => 0xece6d0, |
97
|
|
|
|
|
|
|
reddishblack => 0x433635, |
98
|
|
|
|
|
|
|
reddishorange => 0xbe7249, |
99
|
|
|
|
|
|
|
reddishwhite => 0xf2e7cf, |
100
|
|
|
|
|
|
|
redlilacpurple => 0xbfbac0, |
101
|
|
|
|
|
|
|
rosered => 0xeedac3, |
102
|
|
|
|
|
|
|
saffronyellow => 0xd09b2c, |
103
|
|
|
|
|
|
|
sapgreen => 0x7c8635, |
104
|
|
|
|
|
|
|
scarletred => 0xb63e36, |
105
|
|
|
|
|
|
|
scotchblue => 0x281f3f, |
106
|
|
|
|
|
|
|
siennayellow => 0xf1d28c, |
107
|
|
|
|
|
|
|
siskingreen => 0xc8c76f, |
108
|
|
|
|
|
|
|
skimmedmilkwhite => 0xe6e1c9, |
109
|
|
|
|
|
|
|
smokegrey => 0xbfbbb0, |
110
|
|
|
|
|
|
|
snowwhite => 0xf1e9cd, |
111
|
|
|
|
|
|
|
strawyellow => 0xf0d696, |
112
|
|
|
|
|
|
|
sulphuryellow => 0xccc050, |
113
|
|
|
|
|
|
|
tilered => 0xc76b4a, |
114
|
|
|
|
|
|
|
ultramarineblue => 0x657abb, |
115
|
|
|
|
|
|
|
umberbrown => 0x613936, |
116
|
|
|
|
|
|
|
veinousbloodred => 0x3f3033, |
117
|
|
|
|
|
|
|
velvetblack => 0x241f20, |
118
|
|
|
|
|
|
|
verdigrisgreen => 0x61ac86, |
119
|
|
|
|
|
|
|
verditterblue => 0x6fb5a8, |
120
|
|
|
|
|
|
|
vermilionred => 0xb5493a, |
121
|
|
|
|
|
|
|
violetpurple => 0x3a2f52, |
122
|
|
|
|
|
|
|
waxyellow => 0xab9649, |
123
|
|
|
|
|
|
|
wineyellow => 0xd7c485, |
124
|
|
|
|
|
|
|
woodbrown => 0xc39e6d, |
125
|
|
|
|
|
|
|
yellowishbrown => 0x946943, |
126
|
|
|
|
|
|
|
yellowishgrey => 0xbab191, |
127
|
|
|
|
|
|
|
yellowishwhite => 0xf2eacc, |
128
|
|
|
|
|
|
|
}; |
129
|
|
|
|
|
|
|
} |
130
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
1; |
132
|
|
|
|
|
|
|
|
133
|
|
|
|
|
|
|
__END__ |