Class: Browser::Canvas::Style::Shadow

Inherits:
Browser::Canvas::StyleObject show all
Defined in:
opal/browser/canvas/style.rb

Instance Attribute Summary collapse

Attributes inherited from Browser::Canvas::StyleObject

#context

Method Summary

Methods inherited from Browser::Canvas::StyleObject

#initialize

Constructor Details

This class inherits a constructor from Browser::Canvas::StyleObject

Instance Attribute Details

#blurObject

Returns the value of attribute blur.



69
70
71
# File 'opal/browser/canvas/style.rb', line 69

def blur
  @blur
end

#colorObject

Returns the value of attribute color.



69
70
71
# File 'opal/browser/canvas/style.rb', line 69

def color
  @color
end

#offsetObject

Returns the value of attribute offset.



69
70
71
# File 'opal/browser/canvas/style.rb', line 69

def offset
  @offset
end