C# Class Imaging.DDSReader.Utils.Colour8888

Exibir arquivo Open project: andburn/dds-reader Class Usage Examples

Public Properties

Property Type Description
alpha byte
blue byte
green byte
red byte

Property Details

alpha public_oe property

public byte alpha
return byte

blue public_oe property

public byte blue
return byte

green public_oe property

public byte green
return byte

red public_oe property

public byte red
return byte