C# Class ActiveTextureManagement.ColorExtensions

Mostra file Open project: rbray89/ActiveTextureManagement

Public Methods

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

Method Details

bytes() public static method

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

component() public static method

public static component ( this color ) : byte[]
color this
return byte[]

u() public static method

public static u ( this color ) : uint
color this
return uint