C# Class NvidiaTextureTools.ColorExtensions

Show file Open project: rbray89/ActiveTextureManagement

Public Methods

Method Description
bytes ( this texture ) : byte[]
component ( this color ) : byte[]
u ( this color ) : uint

Method Details

bytes() public static method

public static bytes ( this texture ) : byte[]
texture this
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