Converts several colors into another color space. These colors are represented by array.
Name | Description | |
---|---|---|
ConvertArray(Int32[,,], PixelFormat) |
Converts several colors into another pixel format. These colors are represented by array. Color management is not applied. |
|
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. |
|
ConvertArray(Int32[,,], PixelFormat, ColorProfile) |
Converts several colors into another pixel format. These colors are represented by array. Color management is applied. |