Class
PartialPixelateTransform
public class PartialPixelateTransform: Transform
Changes image brightness, saturation and hue.
Relationships
Superclass
Transform:nodoc:
Initializers
Methods
amount(_:)
@discardableResult
func amount(_ value: Int) -> Self
Adds amount option.
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int |
Valid range: |
blur(_:)
@discardableResult
func blur(_ value: Float) -> Self
Adds the blur option.
Parameters
| Name | Type | Description |
|---|---|---|
| value | Float |
The amount to blur the pixelated faces. Valid range: |
type(_:)
@discardableResult
func type(_ value: TransformShapeType) -> Self
Adds the type option.
Parameters
| Name | Type | Description |
|---|---|---|
| value | TransformShapeType |
An |