C# Class FSO.Files.ImageLoader

显示文件 Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
MASK_COLORS HashSet
UseSoftLoad bool

Public Methods

Method Description
FromStream ( Microsoft.Xna.Framework.Graphics.GraphicsDevice gd, Stream str ) : Microsoft.Xna.Framework.Graphics.Texture2D
ManualTextureMaskSingleThreaded ( Microsoft.Xna.Framework.Graphics.Texture2D &Texture, uint ColorsFrom ) : void

Method Details

FromStream() public static method

public static FromStream ( Microsoft.Xna.Framework.Graphics.GraphicsDevice gd, Stream str ) : Microsoft.Xna.Framework.Graphics.Texture2D
gd Microsoft.Xna.Framework.Graphics.GraphicsDevice
str Stream
return Microsoft.Xna.Framework.Graphics.Texture2D

ManualTextureMaskSingleThreaded() public static method

public static ManualTextureMaskSingleThreaded ( Microsoft.Xna.Framework.Graphics.Texture2D &Texture, uint ColorsFrom ) : void
Texture Microsoft.Xna.Framework.Graphics.Texture2D
ColorsFrom uint
return void

Property Details

MASK_COLORS public_oe static_oe property

public static HashSet MASK_COLORS
return HashSet

UseSoftLoad public_oe static_oe property

public static bool UseSoftLoad
return bool