| Class | RS::Graphics::RSImageX |
| In: |
rsil/extension/rsimagex.rb
|
| Parent: | RS::Graphics::RSImage |
| Description: | Initialize the RSImageX either with a String, OSX::NSURL, OSX::CIImage or without an argument. |
| Precondition: | - |
| Postcondition: | - |
| Exceptions: | - |
| Uses: | RSImage#initialize |
| Returns: | self |
| Parameters: | Name | i/o/io | default | Meaning |
| : | image | i | nil | String, OSX::NSURL, OSX::CIImage |
# File rsil/extension/rsimagex.rb, line 46
46: def initialize image=nil
47: super
48: self.extend_with_filter_functions
49: self
50: end