enum Godot::DrawableTexture2D::DrawableFormat

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

DrawableFormatRgba8 = 0_i64
DrawableFormatRgba8Srgb = 1_i64
DrawableFormatRgbah = 2_i64
DrawableFormatRgbaf = 3_i64

Instance Method Summary

Instance Method Detail

def drawable_format_rgba8? #

Returns true if this enum value equals DrawableFormatRgba8


[View source]
def drawable_format_rgba8_srgb? #

Returns true if this enum value equals DrawableFormatRgba8Srgb


[View source]
def drawable_format_rgbaf? #

Returns true if this enum value equals DrawableFormatRgbaf


[View source]
def drawable_format_rgbah? #

Returns true if this enum value equals DrawableFormatRgbah


[View source]