메소드 | 설명 | |
---|---|---|
ApplyWithAlpha ( ColorBgra src, int area, int sum, int hb, int hg, int hr ) : ColorBgra | ||
UnfocusEffect ( int radius = 4 ) : System |
Creates a new effect that will unfocus an image.
|
메소드 | 설명 | |
---|---|---|
RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void |
public ApplyWithAlpha ( ColorBgra src, int area, int sum, int hb, int hg, int hr ) : ColorBgra | ||
src | ColorBgra | |
area | int | |
sum | int | |
hb | int | |
hg | int | |
hr | int | |
리턴 | ColorBgra |
protected RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void | ||
src | ISurface | |
dest | ISurface | |
rect | Rectangle | |
리턴 | void |
public UnfocusEffect ( int radius = 4 ) : System | ||
radius | int | Amount of points to consider when unfocusing. Valid values are 1 - 200. |
리턴 | System |