module ColorContrast
Constants
- VERSION
Public Class Methods
get_contrast(value)
click to toggle source
# File lib/color_contrast.rb, line 8 def self.get_contrast(value) Contrast.new.perform(value) end
# File lib/color_contrast.rb, line 8 def self.get_contrast(value) Contrast.new.perform(value) end