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