'Declaration Public Shared Sub ProcessPaletteInPlace( _
ByVal paletteThe palette of an image.As Vintasoft.Imaging.Palette, _
ByVal colorTransformThe color transform.As Vintasoft.Imaging.ColorManagement.ColorTransform _
)
public static void ProcessPaletteInPlace(
Vintasoft.Imaging.Palette palette,
Vintasoft.Imaging.ColorManagement.ColorTransform colorTransform
)
public: static void ProcessPaletteInPlace(
Vintasoft.Imaging.Palette* palette,
Vintasoft.Imaging.ColorManagement.ColorTransform* colorTransform
)
public:
static void ProcessPaletteInPlace(
Vintasoft.Imaging.Palette^ palette,
Vintasoft.Imaging.ColorManagement.ColorTransform^ colorTransform
)
Parameters
- palette
- The palette of an image.
- colorTransform
- The color transform.