This documentation is for the old version. Go to the latest Graphics Mill docs

PixelFormatConverter.ConvertArray Method

Converts several colors into another color space. These colors are represented by array.

Overload List

Name Description
Public method ConvertArray(Int32[,,], PixelFormat)

Converts several colors into another pixel format. These colors are represented by array. Color management is not applied.

Public method ConvertArray(Int32[,,], PixelFormat, ColorPalette)

Converts several colors into another pixel format. These colors are represented by array. Here you can pass a palette for converting colors to indexed format. Color management is not applied.

Public method ConvertArray(Int32[,,], PixelFormat, ColorProfile)

Converts several colors into another pixel format. These colors are represented by array. Color management is applied.

See Also

Reference