C# 클래스 Recurity.Swf.TagHandler.DefineBitsLossless2

DefineBitsLossless2 extends DefineBitsLossless with support for opacity (alpha values). The

colormap colors in colormapped images are defined using RGBA values, and direct images

store 32-bit ARGB colors for each pixel. The intermediate 15-bit color depth is not available

in DefineBitsLossless2.

상속: AbstractTagHandler, ISwfCharacter
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
DefineBitsLossless2 ( byte InitialVersion ) : System

DefineBitsLossless2 extends DefineBitsLossless with support for opacity (alpha values).

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

보호된 메소드들

메소드 설명
Parse ( ) : void

메소드 상세

DefineBitsLossless2() 공개 메소드

DefineBitsLossless2 extends DefineBitsLossless with support for opacity (alpha values).
public DefineBitsLossless2 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
리턴 System

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( Stream output ) : void
output Stream
리턴 void