RGBTRIPLE Implicit Conversion (RGBTRIPLE to Color)

FreeImage.NET

RGBTRIPLE  Conversion (RGBTRIPLE to Color)
Converts the value of a RGBTRIPLE structure to a Color structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator Color (
	RGBTRIPLE value
)

Parameters

value
Type: FreeImageAPIRGBTRIPLE
A RGBTRIPLE structure.

Return Value

Type: Color
A new instance of Color initialized to value.
See Also