enum Godot::Image::Format

Defined in:

libgodot/generated/classes/classes_part3.cr

Enum Members

FormatL8 = 0_i64
FormatLa8 = 1_i64
FormatR8 = 2_i64
FormatRg8 = 3_i64
FormatRgb8 = 4_i64
FormatRgba8 = 5_i64
FormatRgba4444 = 6_i64
FormatRgb565 = 7_i64
FormatRf = 8_i64
FormatRgf = 9_i64
FormatRgbf = 10_i64
FormatRgbaf = 11_i64
FormatRh = 12_i64
FormatRgh = 13_i64
FormatRgbh = 14_i64
FormatRgbah = 15_i64
FormatRgbe9995 = 16_i64
FormatDxt1 = 17_i64
FormatDxt3 = 18_i64
FormatDxt5 = 19_i64
FormatRgtcR = 20_i64
FormatRgtcRg = 21_i64
FormatBptcRgba = 22_i64
FormatBptcRgbf = 23_i64
FormatBptcRgbfu = 24_i64
FormatEtc = 25_i64
FormatEtc2R11 = 26_i64
FormatEtc2R11s = 27_i64
FormatEtc2Rg11 = 28_i64
FormatEtc2Rg11s = 29_i64
FormatEtc2Rgb8 = 30_i64
FormatEtc2Rgba8 = 31_i64
FormatEtc2Rgb8a1 = 32_i64
FormatEtc2RaAsRg = 33_i64
FormatDxt5RaAsRg = 34_i64
FormatAstc4x4 = 35_i64
FormatAstc4x4Hdr = 36_i64
FormatAstc8x8 = 37_i64
FormatAstc8x8Hdr = 38_i64
FormatR16 = 39_i64
FormatRg16 = 40_i64
FormatRgb16 = 41_i64
FormatRgba16 = 42_i64
FormatR16i = 43_i64
FormatRg16i = 44_i64
FormatRgb16i = 45_i64
FormatRgba16i = 46_i64
FormatAstc6x6 = 47_i64
FormatAstc6x6Hdr = 48_i64
FormatMax = 49_i64

Instance Method Summary

Instance Method Detail

def format_astc4x4? #

Returns true if this enum value equals FormatAstc4x4


[View source]
def format_astc4x4_hdr? #

Returns true if this enum value equals FormatAstc4x4Hdr


[View source]
def format_astc6x6? #

Returns true if this enum value equals FormatAstc6x6


[View source]
def format_astc6x6_hdr? #

Returns true if this enum value equals FormatAstc6x6Hdr


[View source]
def format_astc8x8? #

Returns true if this enum value equals FormatAstc8x8


[View source]
def format_astc8x8_hdr? #

Returns true if this enum value equals FormatAstc8x8Hdr


[View source]
def format_bptc_rgba? #

Returns true if this enum value equals FormatBptcRgba


[View source]
def format_bptc_rgbf? #

Returns true if this enum value equals FormatBptcRgbf


[View source]
def format_bptc_rgbfu? #

Returns true if this enum value equals FormatBptcRgbfu


[View source]
def format_dxt1? #

Returns true if this enum value equals FormatDxt1


[View source]
def format_dxt3? #

Returns true if this enum value equals FormatDxt3


[View source]
def format_dxt5? #

Returns true if this enum value equals FormatDxt5


[View source]
def format_dxt5_ra_as_rg? #

Returns true if this enum value equals FormatDxt5RaAsRg


[View source]
def format_etc2_r11? #

Returns true if this enum value equals FormatEtc2R11


[View source]
def format_etc2_r11s? #

Returns true if this enum value equals FormatEtc2R11s


[View source]
def format_etc2_ra_as_rg? #

Returns true if this enum value equals FormatEtc2RaAsRg


[View source]
def format_etc2_rg11? #

Returns true if this enum value equals FormatEtc2Rg11


[View source]
def format_etc2_rg11s? #

Returns true if this enum value equals FormatEtc2Rg11s


[View source]
def format_etc2_rgb8? #

Returns true if this enum value equals FormatEtc2Rgb8


[View source]
def format_etc2_rgb8a1? #

Returns true if this enum value equals FormatEtc2Rgb8a1


[View source]
def format_etc2_rgba8? #

Returns true if this enum value equals FormatEtc2Rgba8


[View source]
def format_etc? #

Returns true if this enum value equals FormatEtc


[View source]
def format_l8? #

Returns true if this enum value equals FormatL8


[View source]
def format_la8? #

Returns true if this enum value equals FormatLa8


[View source]
def format_max? #

Returns true if this enum value equals FormatMax


[View source]
def format_r16? #

Returns true if this enum value equals FormatR16


[View source]
def format_r16i? #

Returns true if this enum value equals FormatR16i


[View source]
def format_r8? #

Returns true if this enum value equals FormatR8


[View source]
def format_rf? #

Returns true if this enum value equals FormatRf


[View source]
def format_rg16? #

Returns true if this enum value equals FormatRg16


[View source]
def format_rg16i? #

Returns true if this enum value equals FormatRg16i


[View source]
def format_rg8? #

Returns true if this enum value equals FormatRg8


[View source]
def format_rgb16? #

Returns true if this enum value equals FormatRgb16


[View source]
def format_rgb16i? #

Returns true if this enum value equals FormatRgb16i


[View source]
def format_rgb565? #

Returns true if this enum value equals FormatRgb565


[View source]
def format_rgb8? #

Returns true if this enum value equals FormatRgb8


[View source]
def format_rgba16? #

Returns true if this enum value equals FormatRgba16


[View source]
def format_rgba16i? #

Returns true if this enum value equals FormatRgba16i


[View source]
def format_rgba4444? #

Returns true if this enum value equals FormatRgba4444


[View source]
def format_rgba8? #

Returns true if this enum value equals FormatRgba8


[View source]
def format_rgbaf? #

Returns true if this enum value equals FormatRgbaf


[View source]
def format_rgbah? #

Returns true if this enum value equals FormatRgbah


[View source]
def format_rgbe9995? #

Returns true if this enum value equals FormatRgbe9995


[View source]
def format_rgbf? #

Returns true if this enum value equals FormatRgbf


[View source]
def format_rgbh? #

Returns true if this enum value equals FormatRgbh


[View source]
def format_rgf? #

Returns true if this enum value equals FormatRgf


[View source]
def format_rgh? #

Returns true if this enum value equals FormatRgh


[View source]
def format_rgtc_r? #

Returns true if this enum value equals FormatRgtcR


[View source]
def format_rgtc_rg? #

Returns true if this enum value equals FormatRgtcRg


[View source]
def format_rh? #

Returns true if this enum value equals FormatRh


[View source]