Table of Contents

Method SetAlpha

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetAlpha(Image, float)

Sets the alpha value of the image.

[Version(3, 2, 0)]
public static void SetAlpha(this Image image, float alpha)

Parameters

image Image

The image to modify.

alpha float

The alpha value to set.