Commit e596e470 authored by Ryan LeFevre's avatar Ryan LeFevre

Easily fetch all colors for solid color

parent 2d921334
...@@ -18,4 +18,4 @@ module.exports = class SolidColor extends LayerInfo ...@@ -18,4 +18,4 @@ module.exports = class SolidColor extends LayerInfo
@b = Math.round @colorData()['Bl '] @b = Math.round @colorData()['Bl ']
colorData: -> @data['Clr '] colorData: -> @data['Clr ']
color: -> [@r, @g, @b]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment