메소드 | 설명 | |
---|---|---|
GetResultingColorIndex ( byte overlaying, byte underlaying, TransparencyType type ) : byte |
Gets resulting color when blending two others.
|
|
GetTransparencyTable ( int palette ) : |
Loads transparency table for palette.
|
|
TransparencyTable ( Stream input ) : System | ||
TransparencyTable ( byte source ) : System | ||
TransparencyTable ( int palette, Stream input ) : System | ||
TransparencyTable ( int palette, byte source ) : System |
public GetResultingColorIndex ( byte overlaying, byte underlaying, TransparencyType type ) : byte | ||
overlaying | byte | /// Foreground color. /// |
underlaying | byte | /// Background color. /// |
type | TransparencyType | /// Type of blending. /// |
리턴 | byte |
public static GetTransparencyTable ( int palette ) : |
||
palette | int | /// One-based palette index. /// |
리턴 |
public TransparencyTable ( Stream input ) : System | ||
input | Stream | /// Stream containing the table. /// |
리턴 | System |
public TransparencyTable ( byte source ) : System | ||
source | byte | /// Byte array containing the table. /// |
리턴 | System |
public TransparencyTable ( int palette, Stream input ) : System | ||
palette | int | /// Palette which this table applies to. /// |
input | Stream | /// Stream containing the table. /// |
리턴 | System |
public TransparencyTable ( int palette, byte source ) : System | ||
palette | int | /// Palette which this table applies to. /// |
source | byte | /// Byte array containing the table. /// |
리턴 | System |