RGBTRIPLE Constructor

FreeImage.NET

RGBTRIPLE Constructor
Initializes a new instance based on the specified Color.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public RGBTRIPLE(
	Color color
)

Parameters

color
Type: System.DrawingColor
Color to initialize with.
See Also