public static void Gamma(
ref ImageElement refImageElement,
int gammaCorrectionValue
)
Public Shared Sub Gamma (
ByRef refImageElement As ImageElement,
gammaCorrectionValue As Integer
)
Dim refImageElement As ImageElement
Dim gammaCorrectionValue As Integer
UtilImageDraw.Gamma(refImageElement, gammaCorrectionValue)
public:
static void Gamma(
ImageElement^% refImageElement,
int gammaCorrectionValue
)
static member Gamma :
refImageElement : ImageElement byref *
gammaCorrectionValue : int -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="gammaCorrectionValue"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Gamma(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32)"]