Namespace:
FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll)
Assembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static Color[] ToColor( RGBQUAD[] array ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToColor ( _ array As RGBQUAD() _ ) As Color() |
Visual C++ |
---|
public: static array<Color>^ ToColor( array<RGBQUAD>^ array ) |
Parameters
- array
- Type: array<
FreeImageAPI..::.RGBQUAD
>[]()[]
The array to convert.