C# Class Imaging.DDSReader.Utils.Colour8888

Show file 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 property

public byte alpha
return byte

blue public property

public byte blue
return byte

green public property

public byte green
return byte

red public property

public byte red
return byte