📝 Link to Color

This commit is contained in:
Kevin Sawicki
2015-01-09 11:55:30 -08:00
parent 432c31c4dc
commit 9d3e9d19e1

View File

@@ -219,7 +219,7 @@ ScopeDescriptor = require './scope-descriptor'
#
# #### color
#
# Values will be coerced into an object with `red`, `green`, `blue`, and `alpha`
# Values will be coerced into a {Color} with `red`, `green`, `blue`, and `alpha`
# properties that all have numeric values. `red`, `green`, `blue` will be in
# the range 0 to 255 and `value` will be in the range 0 to 1. Values can be any
# valid CSS color format such as `#abc`, `#abcdef`, `white`,