C# Class ActiveTextureManagement.ColorExtensions

Afficher le fichier Open project: rbray89/ActiveTextureManagement

Méthodes publiques

Méthode Description
bytes ( this texture, int mipmapLevel, bool hasAlpha = true ) : byte[]
component ( this color ) : byte[]
u ( this color ) : uint

Method Details

bytes() public static méthode

public static bytes ( this texture, int mipmapLevel, bool hasAlpha = true ) : byte[]
texture this
mipmapLevel int
hasAlpha bool
Résultat byte[]

component() public static méthode

public static component ( this color ) : byte[]
color this
Résultat byte[]

u() public static méthode

public static u ( this color ) : uint
color this
Résultat uint