Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
apply ( |
||
coverlay ( int b, int t ) : int | ||
csoftLight ( float b, float t ) : int | ||
func ( string fn, Color b, Color t ) : Color |
public merge ( string type, BitmapW bottom, BitmapW top ) : BitmapW | ||
type | string | |
bottom | BitmapW | |
top | BitmapW | |
return | BitmapW |