Version

SetColorCategory Method

Sets a ColorCategory for a specified property that identifies the hue/saturation grouping whose values will be used to manipulate the hue/saturation of an Image or Color property when the library is used as the template of the ISL generator.
Syntax
'Declaration
 
Public Sub SetColorCategory( _
   ByVal propertyName As String, _
   ByVal category As ColorCategory _
) 
public void SetColorCategory( 
   string propertyName,
   ColorCategory category
)

Parameters

propertyName
Name of the property whose color category is to be changed.
category
The new color category
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also