Gorgon
Show / Hide Table of Contents

Enum BcCompressionQuality

The levels of quality to apply to the block compression functionality. The higher the quality, the slower the compression routine will be.

Namespace: Gorgon.Graphics.Imaging
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public enum BcCompressionQuality

Fields

Name Description
Balanced

Balanced compression performance, better image quality.

Fast

Fast compression performance, poorer image quality.

Quality

Slowest compression performance, best image quality.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author