C# Класс Recurity.Swf.Rgba

The RGBA record represents a color as 32-bit red, green, blue and alpha value. An RGBA

color with an alpha value of 255 is completely opaque. An RGBA color with an alpha value of

zero is completely transparent. Alpha values between zero and 255 are partially transparent.

Наследование: Rgb
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_Alpha byte

Открытые методы

Метод Описание
Parse ( Stream input ) : void

Parses this object out of a stream

Rgba ( byte InitialVersion ) : System

The RGBA record represents a color as 32-bit red, green, blue and alpha value.

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Writes this object back to a stream.

Описание методов

Parse() публичный метод

Parses this object out of a stream
public Parse ( Stream input ) : void
input Stream The input stream.
Результат void

Rgba() публичный метод

The RGBA record represents a color as 32-bit red, green, blue and alpha value.

public Rgba ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object
Результат System

ToString() публичный метод

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

Verify() публичный метод

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

Write() публичный метод

Writes this object back to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
Результат void

Описание свойств

_Alpha защищенное свойство

protected byte _Alpha
Результат byte