Click or drag to resize

ImageDetectAlpha Method

Returns if the image has data for alpha values. Returns if all the alpha values are stored in a single bit. Returns if no data for alpha values is found.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ImageAlphaMode DetectAlpha()

Return Value

Type: ImageAlphaMode

[Missing <returns> documentation for "M:Godot.Image.DetectAlpha"]

See Also