Trim some spaces
This commit is contained in:
parent
f4ea956be3
commit
dbf89dcaef
@ -37,9 +37,9 @@ class Color
|
|||||||
constructor: (value) ->
|
constructor: (value) ->
|
||||||
@raw = colorToHex value
|
@raw = colorToHex value
|
||||||
|
|
||||||
hex: -> "#" + @raw
|
hex: -> "#" + @raw
|
||||||
rgb: -> @privateRGB().join ""
|
rgb: -> @privateRGB().join ""
|
||||||
hover: -> @shiftRGB 16, true
|
hover: -> @shiftRGB 16, true
|
||||||
|
|
||||||
isLight: ->
|
isLight: ->
|
||||||
rgb = @privateRGB()
|
rgb = @privateRGB()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user