doc: refer to gears.color.create_pattern from set_color

This commit is contained in:
Daniel Hahler 2015-02-25 23:41:52 +01:00
parent 4d7bd19014
commit faa1c74f03
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ local data = setmetatable({}, { __mode = "k" })
-- @function set_color
-- @param graph The graph.
-- @param color The graph color.
-- @see gears.color.create_pattern
--- Set the graph background color.
--