C# 클래스 PixelFarm.Agg.Imaging.StackBlur.BlurStack

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
a int
b int
g int
r int

공개 메소드들

메소드 설명
BlurStack ( ) : System
BlurStack ( byte r, byte g, byte b, byte a ) : System

메소드 상세

BlurStack() 공개 메소드

public BlurStack ( ) : System
리턴 System

BlurStack() 공개 메소드

public BlurStack ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
리턴 System

프로퍼티 상세

a 공개적으로 프로퍼티

public int a
리턴 int

b 공개적으로 프로퍼티

public int b
리턴 int

g 공개적으로 프로퍼티

public int g
리턴 int

r 공개적으로 프로퍼티

public int r
리턴 int