C# 클래스 Pinta.ImageManipulation.PixelBlendOperations.ColorDodgeBlendOp

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

공개 메소드들

메소드 설명
Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
Apply ( ColorBgra lhs, ColorBgra rhs, ColorBgra dst, int length ) : void
Apply ( ColorBgra src, ColorBgra dst, int length ) : void
ApplyStatic ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
CreateWithOpacity ( int opacity ) : UserBlendOp

메소드 상세

Apply() 공개 메소드

public Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
lhs ColorBgra
rhs ColorBgra
리턴 ColorBgra

Apply() 공개 메소드

public Apply ( ColorBgra lhs, ColorBgra rhs, ColorBgra dst, int length ) : void
lhs ColorBgra
rhs ColorBgra
dst ColorBgra
length int
리턴 void

Apply() 공개 메소드

public Apply ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
리턴 void

ApplyStatic() 공개 정적인 메소드

public static ApplyStatic ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
lhs ColorBgra
rhs ColorBgra
리턴 ColorBgra

CreateWithOpacity() 공개 메소드

public CreateWithOpacity ( int opacity ) : UserBlendOp
opacity int
리턴 UserBlendOp