C# 클래스 netfx.layers

파일 보기 프로젝트 열기: asadm/NETFx

공개 메소드들

메소드 설명
merge ( string type, BitmapW bottom, BitmapW top ) : BitmapW

Merges two layers. Takes a 'type' parameter and a bottom and top layer. The 'type' parameter specifies the blending mode. type options are: - multiply - screen - overlay - softLight - addition - exclusion - difference

비공개 메소드들

메소드 설명
apply ( BitmapW bottom, BitmapW top, string fn ) : BitmapW
coverlay ( int b, int t ) : int
csoftLight ( float b, float t ) : int
func ( string fn, Color b, Color t ) : Color

메소드 상세

merge() 공개 메소드

Merges two layers. Takes a 'type' parameter and a bottom and top layer. The 'type' parameter specifies the blending mode. type options are: - multiply - screen - overlay - softLight - addition - exclusion - difference
public merge ( string type, BitmapW bottom, BitmapW top ) : BitmapW
type string
bottom BitmapW
top BitmapW
리턴 BitmapW