Table of Contents

Class Image.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class Image.MethodName : Resource.MethodName
Inheritance
Image.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

AdjustBcs

Cached name for the 'adjust_bcs' method.

public static readonly StringName AdjustBcs

Field Value

StringName

BlendRect

Cached name for the 'blend_rect' method.

public static readonly StringName BlendRect

Field Value

StringName

BlendRectMask

Cached name for the 'blend_rect_mask' method.

public static readonly StringName BlendRectMask

Field Value

StringName

BlitRect

Cached name for the 'blit_rect' method.

public static readonly StringName BlitRect

Field Value

StringName

BlitRectMask

Cached name for the 'blit_rect_mask' method.

public static readonly StringName BlitRectMask

Field Value

StringName

BumpMapToNormalMap

Cached name for the 'bump_map_to_normal_map' method.

public static readonly StringName BumpMapToNormalMap

Field Value

StringName

ClearMipmaps

Cached name for the 'clear_mipmaps' method.

public static readonly StringName ClearMipmaps

Field Value

StringName

Compress

Cached name for the 'compress' method.

public static readonly StringName Compress

Field Value

StringName

CompressFromChannels

Cached name for the 'compress_from_channels' method.

public static readonly StringName CompressFromChannels

Field Value

StringName

ComputeImageMetrics

Cached name for the 'compute_image_metrics' method.

public static readonly StringName ComputeImageMetrics

Field Value

StringName

Convert

Cached name for the 'convert' method.

public static readonly StringName Convert

Field Value

StringName

CopyFrom

Cached name for the 'copy_from' method.

public static readonly StringName CopyFrom

Field Value

StringName

Create

Cached name for the 'create' method.

public static readonly StringName Create

Field Value

StringName

CreateFromData

Cached name for the 'create_from_data' method.

public static readonly StringName CreateFromData

Field Value

StringName

Crop

Cached name for the 'crop' method.

public static readonly StringName Crop

Field Value

StringName

Decompress

Cached name for the 'decompress' method.

public static readonly StringName Decompress

Field Value

StringName

DetectAlpha

Cached name for the 'detect_alpha' method.

public static readonly StringName DetectAlpha

Field Value

StringName

DetectUsedChannels

Cached name for the 'detect_used_channels' method.

public static readonly StringName DetectUsedChannels

Field Value

StringName

Fill

Cached name for the 'fill' method.

public static readonly StringName Fill

Field Value

StringName

FillRect

Cached name for the 'fill_rect' method.

public static readonly StringName FillRect

Field Value

StringName

FixAlphaEdges

Cached name for the 'fix_alpha_edges' method.

public static readonly StringName FixAlphaEdges

Field Value

StringName

FlipX

Cached name for the 'flip_x' method.

public static readonly StringName FlipX

Field Value

StringName

FlipY

Cached name for the 'flip_y' method.

public static readonly StringName FlipY

Field Value

StringName

GenerateMipmaps

Cached name for the 'generate_mipmaps' method.

public static readonly StringName GenerateMipmaps

Field Value

StringName

GetData

Cached name for the 'get_data' method.

public static readonly StringName GetData

Field Value

StringName

GetFormat

Cached name for the 'get_format' method.

public static readonly StringName GetFormat

Field Value

StringName

GetHeight

Cached name for the 'get_height' method.

public static readonly StringName GetHeight

Field Value

StringName

GetMipmapCount

Cached name for the 'get_mipmap_count' method.

public static readonly StringName GetMipmapCount

Field Value

StringName

GetMipmapOffset

Cached name for the 'get_mipmap_offset' method.

public static readonly StringName GetMipmapOffset

Field Value

StringName

GetPixel

Cached name for the 'get_pixel' method.

public static readonly StringName GetPixel

Field Value

StringName

GetPixelv

Cached name for the 'get_pixelv' method.

public static readonly StringName GetPixelv

Field Value

StringName

GetRegion

Cached name for the 'get_region' method.

public static readonly StringName GetRegion

Field Value

StringName

GetSize

Cached name for the 'get_size' method.

public static readonly StringName GetSize

Field Value

StringName

GetUsedRect

Cached name for the 'get_used_rect' method.

public static readonly StringName GetUsedRect

Field Value

StringName

GetWidth

Cached name for the 'get_width' method.

public static readonly StringName GetWidth

Field Value

StringName

HasMipmaps

Cached name for the 'has_mipmaps' method.

public static readonly StringName HasMipmaps

Field Value

StringName

IsCompressed

Cached name for the 'is_compressed' method.

public static readonly StringName IsCompressed

Field Value

StringName

IsEmpty

Cached name for the 'is_empty' method.

public static readonly StringName IsEmpty

Field Value

StringName

IsInvisible

Cached name for the 'is_invisible' method.

public static readonly StringName IsInvisible

Field Value

StringName

Load

Cached name for the 'load' method.

public static readonly StringName Load

Field Value

StringName

LoadBmpFromBuffer

Cached name for the 'load_bmp_from_buffer' method.

public static readonly StringName LoadBmpFromBuffer

Field Value

StringName

LoadFromFile

Cached name for the 'load_from_file' method.

public static readonly StringName LoadFromFile

Field Value

StringName

LoadJpgFromBuffer

Cached name for the 'load_jpg_from_buffer' method.

public static readonly StringName LoadJpgFromBuffer

Field Value

StringName

LoadKtxFromBuffer

Cached name for the 'load_ktx_from_buffer' method.

public static readonly StringName LoadKtxFromBuffer

Field Value

StringName

LoadPngFromBuffer

Cached name for the 'load_png_from_buffer' method.

public static readonly StringName LoadPngFromBuffer

Field Value

StringName

LoadSvgFromBuffer

Cached name for the 'load_svg_from_buffer' method.

public static readonly StringName LoadSvgFromBuffer

Field Value

StringName

LoadSvgFromString

Cached name for the 'load_svg_from_string' method.

public static readonly StringName LoadSvgFromString

Field Value

StringName

LoadTgaFromBuffer

Cached name for the 'load_tga_from_buffer' method.

public static readonly StringName LoadTgaFromBuffer

Field Value

StringName

LoadWebpFromBuffer

Cached name for the 'load_webp_from_buffer' method.

public static readonly StringName LoadWebpFromBuffer

Field Value

StringName

NormalMapToXy

Cached name for the 'normal_map_to_xy' method.

public static readonly StringName NormalMapToXy

Field Value

StringName

PremultiplyAlpha

Cached name for the 'premultiply_alpha' method.

public static readonly StringName PremultiplyAlpha

Field Value

StringName

Resize

Cached name for the 'resize' method.

public static readonly StringName Resize

Field Value

StringName

ResizeToPo2

Cached name for the 'resize_to_po2' method.

public static readonly StringName ResizeToPo2

Field Value

StringName

RgbeToSrgb

Cached name for the 'rgbe_to_srgb' method.

public static readonly StringName RgbeToSrgb

Field Value

StringName

Rotate180

Cached name for the 'rotate_180' method.

public static readonly StringName Rotate180

Field Value

StringName

Rotate90

Cached name for the 'rotate_90' method.

public static readonly StringName Rotate90

Field Value

StringName

SaveExr

Cached name for the 'save_exr' method.

public static readonly StringName SaveExr

Field Value

StringName

SaveExrToBuffer

Cached name for the 'save_exr_to_buffer' method.

public static readonly StringName SaveExrToBuffer

Field Value

StringName

SaveJpg

Cached name for the 'save_jpg' method.

public static readonly StringName SaveJpg

Field Value

StringName

SaveJpgToBuffer

Cached name for the 'save_jpg_to_buffer' method.

public static readonly StringName SaveJpgToBuffer

Field Value

StringName

SavePng

Cached name for the 'save_png' method.

public static readonly StringName SavePng

Field Value

StringName

SavePngToBuffer

Cached name for the 'save_png_to_buffer' method.

public static readonly StringName SavePngToBuffer

Field Value

StringName

SaveWebp

Cached name for the 'save_webp' method.

public static readonly StringName SaveWebp

Field Value

StringName

SaveWebpToBuffer

Cached name for the 'save_webp_to_buffer' method.

public static readonly StringName SaveWebpToBuffer

Field Value

StringName

SetData

Cached name for the 'set_data' method.

public static readonly StringName SetData

Field Value

StringName

SetPixel

Cached name for the 'set_pixel' method.

public static readonly StringName SetPixel

Field Value

StringName

SetPixelv

Cached name for the 'set_pixelv' method.

public static readonly StringName SetPixelv

Field Value

StringName

ShrinkX2

Cached name for the 'shrink_x2' method.

public static readonly StringName ShrinkX2

Field Value

StringName

SrgbToLinear

Cached name for the 'srgb_to_linear' method.

public static readonly StringName SrgbToLinear

Field Value

StringName

_GetData

Cached name for the '_get_data' method.

public static readonly StringName _GetData

Field Value

StringName

_SetData

Cached name for the '_set_data' method.

public static readonly StringName _SetData

Field Value

StringName