C# Class FSO.Files.ImageLoader

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
MASK_COLORS HashSet
UseSoftLoad bool

Méthodes publiques

Méthode 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 méthode

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

ManualTextureMaskSingleThreaded() public static méthode

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

Property Details

MASK_COLORS public_oe static_oe property

public static HashSet MASK_COLORS
Résultat HashSet

UseSoftLoad public_oe static_oe property

public static bool UseSoftLoad
Résultat bool