Class DDSImage
Inheritance
System.Object
DDSImage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LLBModdingLib.dll
Syntax
Constructors
DDSImage(Byte[])
Declaration
public DDSImage(byte[] rawData)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
rawData |
|
Properties
Depth
Declaration
public int Depth { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
HasDepth
Declaration
public bool HasDepth { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
HasFourCC
Declaration
public bool HasFourCC { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
HasHeight
Declaration
public bool HasHeight { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
HasWidth
Declaration
public bool HasWidth { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public DDSImage.DDSHeader Header { get; }
Property Value
Declaration
public DDSImage.HeaderFlags headerFlags { get; }
Property Value
Height
Declaration
public int Height { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsUncompressedRGB
Declaration
public bool IsUncompressedRGB { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
MipMapCount
Declaration
public int MipMapCount { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Width
Declaration
public int Width { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
Declaration
public FourCC GetPixelFormatFourCC()
Returns
GetRGBData(Byte[])
Declaration
public void GetRGBData(byte[] rgbData)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
rgbData |
|
GetTextureData()
Declaration
public byte[] GetTextureData()
Returns
| Type |
Description |
| System.Byte[] |
|
Extension Methods