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.



67
68
69
# File 'opal/browser/canvas/style.rb', line 67

def blur
  @blur
end

#colorObject

Returns the value of attribute color.



67
68
69
# File 'opal/browser/canvas/style.rb', line 67

def color
  @color
end

#offsetObject

Returns the value of attribute offset.



67
68
69
# File 'opal/browser/canvas/style.rb', line 67

def offset
  @offset
end