DisplacementMapEffect
- class DisplacementMapEffect
Classes
Members:
Methods
Overloaded function.
Attributes
Methods
- static DisplacementMapEffect.Make(*args, **kwargs)
Overloaded function.
Make(xChannelSelector: skia.DisplacementMapEffect.ChannelSelectorType, yChannelSelector: skia.DisplacementMapEffect.ChannelSelectorType, scale: float, displacement: skia.ImageFilter, color: skia.ImageFilter, cropRect: skia.ImageFilter.CropRect = None) -> skia.ImageFilter
Make(xChannelSelector: skia.ColorChannel, yChannelSelector: skia.ColorChannel, scale: float, displacement: skia.ImageFilter, color: skia.ImageFilter, cropRect: skia.ImageFilter.CropRect = None) -> skia.ImageFilter
- DisplacementMapEffect.__init__(*args, **kwargs)
Attributes
- DisplacementMapEffect.kA_ChannelSelectorType = <ChannelSelectorType.kA_ChannelSelectorType: 4>
- DisplacementMapEffect.kB_ChannelSelectorType = <ChannelSelectorType.kB_ChannelSelectorType: 3>
- DisplacementMapEffect.kG_ChannelSelectorType = <ChannelSelectorType.kG_ChannelSelectorType: 2>
- DisplacementMapEffect.kLast_ChannelSelectorType = <ChannelSelectorType.kA_ChannelSelectorType: 4>
- DisplacementMapEffect.kR_ChannelSelectorType = <ChannelSelectorType.kR_ChannelSelectorType: 1>
- DisplacementMapEffect.kUnknown_ChannelSelectorType = <ChannelSelectorType.kUnknown_ChannelSelectorType: 0>