Class TgaImageTypeExtensions
Extension methods for TgaImageType enum.
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Tga
Assembly: SixLabors.ImageSharp.dll
Syntax
public static class TgaImageTypeExtensions
Methods
| Edit this page View SourceIsRunLengthEncoded(TgaImageType)
Checks if this tga image type is run length encoded.
Declaration
public static bool IsRunLengthEncoded(this TgaImageType imageType)
Parameters
Type | Name | Description |
---|---|---|
TgaImageType | imageType | The tga image type. |
Returns
Type | Description |
---|---|
bool | True, if this image type is run length encoded, otherwise false. |
IsValid(TgaImageType)
Checks, if the image type has valid value.
Declaration
public static bool IsValid(this TgaImageType imageType)
Parameters
Type | Name | Description |
---|---|---|
TgaImageType | imageType | The image type. |
Returns
Type | Description |
---|---|
bool | true, if its a valid tga image type. |