Module: Spectrum::RGB::Metallic

Defined in:
lib/spectrum/rgb/metallic.rb

Overview

This namespace contains some RGB metallic colours suggested by Jim Freeze.

Constant Summary collapse

Aluminum =
Spectrum::RGB.new(0x99, 0x99, 0x99)
CoolCopper =
Spectrum::RGB.new(0xd9, 0x87, 0x19)
Copper =
Spectrum::RGB.new(0xb8, 0x73, 0x33)
Iron =
Spectrum::RGB.new(0x4c, 0x4c, 0x4c)
Lead =
Spectrum::RGB.new(0x19, 0x19, 0x19)
Magnesium =
Spectrum::RGB.new(0xb3, 0xb3, 0xb3)
Mercury =
Spectrum::RGB.new(0xe6, 0xe6, 0xe6)
Nickel =
Spectrum::RGB.new(0x80, 0x80, 0x80)
PolySilicon =
Spectrum::RGB.new(0x60, 0x00, 0x00)
Poly =
PolySilicon
Silver =
Spectrum::RGB.new(0xcc, 0xcc, 0xcc)
Steel =
Spectrum::RGB.new(0x66, 0x66, 0x66)
Tin =
Spectrum::RGB.new(0x7f, 0x7f, 0x7f)
Tungsten =
Spectrum::RGB.new(0x33, 0x33, 0x33)