Method: CIFilter.perspective_transform

Defined in:
lib/ios/sugarcube-image/cifilter.rb

.perspective_transform(*options) ⇒ Object

CIPerspectiveTransform

PENDING


580
581
582
# File 'lib/ios/sugarcube-image/cifilter.rb', line 580

def perspective_transform(*options)
  return _create_filter('CIPerspectiveTransform', options)
end