Sha256: b321965c4cdbee0c8914c6b3fee84bb14aeae64496f319c57ee8bde3bbcdf761

Contents?: true

Size: 151 Bytes

Versions: 2

Compression:

Stored size: 151 Bytes

Contents

module RGBUtils
  class LinearRGB
    include Virtus.model

    attribute :red, Float
    attribute :green, Float
    attribute :blue, Float
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rgb_utils-0.1.2 lib/rgb_utils/models/linear_rgb.rb
rgb_utils-0.1.1 lib/rgb_utils/models/linear_rgb.rb