VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / Palette Class / SetNewColorsCore(Int32[]) Method
Syntax Requirements SeeAlso
In This Topic
SetNewColorsCore(Int32[]) Method (Palette)
In This Topic
Sets new colors in palette without raising of Changed event.
Syntax
'Declaration

Public Sub SetNewColorsCore( _
ByVal colors
New colors.
() As System.Int32 _
)
public void SetNewColorsCore(
System.Int32[] colors
)

Parameters

colors
New colors.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also