FSO.IDE.Common.SpriteEncoderUtils.GetPixelAlpha C# (CSharp) Method

GetPixelAlpha() public static method

Generates windows bitmaps for the appearance of this sprite.
public static GetPixelAlpha ( SPR2Frame sprite, int tWidth, int tHeight ) : System.Drawing.Image[]
sprite FSO.Files.Formats.IFF.Chunks.SPR2Frame
tWidth int
tHeight int
return System.Drawing.Image[]
        public static System.Drawing.Image[] GetPixelAlpha(SPR2Frame sprite, int tWidth, int tHeight)
        {
            return GetPixelAlpha(sprite, tWidth, tHeight, sprite.Position);
        }

Same methods

SpriteEncoderUtils::GetPixelAlpha ( SPR2Frame sprite, int tWidth, int tHeight, Vector2 pos ) : System.Drawing.Image[]