Class: PSD::LayerStyles::DropShadow

Inherits:
Object
  • Object
show all
Defined in:
lib/psd/renderer/layer_styles/drop_shadow.rb

Overview

Not ready yet.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(styles) ⇒ DropShadow

Returns a new instance of DropShadow.



10
11
# File 'lib/psd/renderer/layer_styles/drop_shadow.rb', line 10

def initialize(styles)
end

Class Method Details

.should_apply?(data) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
8
# File 'lib/psd/renderer/layer_styles/drop_shadow.rb', line 5

def self.should_apply?(data)
  #data.has_key?('DrSh')
  false
end

Instance Method Details

#apply!Object



13
14
# File 'lib/psd/renderer/layer_styles/drop_shadow.rb', line 13

def apply!
end