7 lines
136 B
C#
7 lines
136 B
C#
namespace InnoPatcher;
|
|
|
|
internal enum InnoAlphaFormat {
|
|
// Must be same as Graphics.TAlphaFormat
|
|
Ignored, Defined, Premultiplied
|
|
}
|