C# 클래스 Pinta.ImageManipulation.Effects.PolarInversionEffect

상속: WarpEffect
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
PolarInversionEffect ( double amount, int quality = 2, System.Point centerOffset = newPoint(), WarpEdgeBehavior edgeBehavior = WarpEdgeBehavior.Reflect, ColorBgra primaryColor = newColorBgra(), ColorBgra secondaryColor = newColorBgra() ) : System

Creates a new effect that will apply a polar inversion to an image.

보호된 메소드들

메소드 설명
InverseTransform ( TransformData &transData ) : void

메소드 상세

InverseTransform() 보호된 메소드

protected InverseTransform ( TransformData &transData ) : void
transData TransformData
리턴 void

PolarInversionEffect() 공개 메소드

Creates a new effect that will apply a polar inversion to an image.
public PolarInversionEffect ( double amount, int quality = 2, System.Point centerOffset = newPoint(), WarpEdgeBehavior edgeBehavior = WarpEdgeBehavior.Reflect, ColorBgra primaryColor = newColorBgra(), ColorBgra secondaryColor = newColorBgra() ) : System
amount double Amount of inversion. Valid range is -4 - 4.
quality int Quality of the inversion. Valid range is 1 - 5.
centerOffset System.Point Center of the inversion.
edgeBehavior WarpEdgeBehavior Edge behavior of the inversion.
primaryColor ColorBgra Primary color of the inversion.
secondaryColor ColorBgra Secondary color of the inversion.
리턴 System