STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsInternalTextureFormat Enumeration
See Also

Description

The format of individual texels in a texture.

Members

MemberValueDescription
eStkGraphicsInternalTextureFormatAlpha40Each texel is an 4-bit alpha component.
eStkGraphicsInternalTextureFormatAlpha81Each texel is an 8-bit alpha component.
eStkGraphicsInternalTextureFormatAlpha122Each texel is an 12-bit alpha component.
eStkGraphicsInternalTextureFormatAlpha163Each texel is an 16-bit alpha component.
eStkGraphicsInternalTextureFormatR3G3B24Each texel contains 3-bit red and green components and 2-bit blue component.
eStkGraphicsInternalTextureFormatRgb45Each texel contains 4-bit red, green, and blue components.
eStkGraphicsInternalTextureFormatRgb56Each texel contains 5-bit red, green, and blue components.
eStkGraphicsInternalTextureFormatRgb87Each texel contains 8-bit red, green, and blue components.
eStkGraphicsInternalTextureFormatRgb108Each texel contains 10-bit red, green, and blue components.
eStkGraphicsInternalTextureFormatRgb129Each texel contains 12-bit red, green, and blue components.
eStkGraphicsInternalTextureFormatRgb1610Each texel contains 16-bit red, green, and blue components.
eStkGraphicsInternalTextureFormatRgb16F11Each texel contains 16-bit red, green, and blue floating point components.
eStkGraphicsInternalTextureFormatRgb32F12Each texel contains 32-bit red, green, and blue floating point components.
eStkGraphicsInternalTextureFormatRgba213Each texel contains 2-bit red, green, blue, and alpha components.
eStkGraphicsInternalTextureFormatRgba414Each texel contains 4-bit red, green, blue, and alpha components.
eStkGraphicsInternalTextureFormatRgb5A115Each texel contains 5-bit red, green, blue components and 1-bit alpha component.
eStkGraphicsInternalTextureFormatRgba816Each texel contains 8-bit red, green, blue, and alpha components.
eStkGraphicsInternalTextureFormatRgb10A217Each texel contains 10-bit red, green, blue components and 2-bit alpha component.
eStkGraphicsInternalTextureFormatRgba1218Each texel contains 12-bit red, green, blue, and alpha components.
eStkGraphicsInternalTextureFormatRgba1619Each texel contains 16-bit red, green, blue, and alpha components.
eStkGraphicsInternalTextureFormatRgba16F20Each texel contains 16-bit red, green, blue, and alpha floating point components.
eStkGraphicsInternalTextureFormatRgba32F21Each texel contains 32-bit red, green, blue, and alpha floating point components.
eStkGraphicsInternalTextureFormatLuminance422Each texel is an 4-bit luminance, e.g. intensity, component.
eStkGraphicsInternalTextureFormatLuminance823Each texel is an 8-bit luminance, e.g. intensity, component.
eStkGraphicsInternalTextureFormatLuminance1224Each texel is an 12-bit luminance, e.g. intensity, component.
eStkGraphicsInternalTextureFormatLuminance1625Each texel is an 16-bit luminance, e.g. intensity, component.
eStkGraphicsInternalTextureFormatLuminance16F26Each texel is an 16-bit luminance, e.g. intensity, floating point component.
eStkGraphicsInternalTextureFormatLuminance32F27Each texel is an 32-bit luminance, e.g. intensity, floating point component.
eStkGraphicsInternalTextureFormatLuminance4Alpha428Each texel contains an 4-bit luminance and 4-bit alpha component.
eStkGraphicsInternalTextureFormatLuminance6Alpha229Each texel contains an 6-bit luminance and 2-bit alpha component.
eStkGraphicsInternalTextureFormatLuminance8Alpha830Each texel contains an 8-bit luminance and 8-bit alpha component.
eStkGraphicsInternalTextureFormatLuminance12Alpha431Each texel contains an 12-bit luminance and 4-bit alpha component.
eStkGraphicsInternalTextureFormatLuminance12Alpha1232Each texel contains an 12-bit luminance and 12-bit alpha component.
eStkGraphicsInternalTextureFormatLuminance16Alpha1633Each texel contains an 16-bit luminance and 16-bit alpha component.
eStkGraphicsInternalTextureFormatLuminance16Alpha16F34Each texel contains an 16-bit luminance and 16-bit alpha floating point component.
eStkGraphicsInternalTextureFormatLuminance32Alpha32F35Each texel contains an 32-bit luminance and 32-bit alpha floating point component.
© 2024 Analytical Graphics, Inc. All Rights Reserved.