C# Class HaloMap.DDSFunctions.DecodeDXT.ImageLib.RGBA_COLOR_STRUCT

The rgb a_ colo r_ struct.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
a int
b int
g int
r int

Property Details

a public_oe property

The a.
public int a
return int

b public_oe property

The b.
public int b
return int

g public_oe property

The g.
public int g
return int

r public_oe property

The r.
public int r
return int