Sha256: 516debf626cc1a9b9a2cf0e4ddd88155401627f8e8d4ebb0931e0c2d0a27ccff

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

module Milight
  module V6
    module Color
      RED      = 0xFF
      LAVENDER = 0xD9
      BLUE     = 0xBA
      AQUA     = 0x85
      GREEN    = 0x7A
      LIME     = 0x54
      YELLOW   = 0x3B
      ORANGE   = 0x1E
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
milight-v6-0.2.0 lib/milight/v6/color.rb
milight-v6-0.1.1 lib/milight/v6/color.rb
milight-v6-0.1.0 lib/milight/v6/color.rb