# File lib/color.rb, line 83
    def normalize_byte(value)
      normalize_to_range(value, 0..255).to_i
    end