class LetterAvatarSimple::Palettes::IWantHue

Constants

PALETTE

palette of optimally disctinct colors cf. tools.medialab.sciences-po.fr/iwanthue/index.php parameters used:

- H: 0 - 360
- C: 0 - 2
- L: 0.75 - 1.5

Public Class Methods

new() click to toggle source
# File lib/letter_avatar_simple/palettes/i_want_hue.rb, line 230
def initialize
  @palette = PALETTE
end