Version

GetColorCategory Method

Returns the 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 Function GetColorCategory( _
   ByVal propertyName As String _
) As ColorCategory
public ColorCategory GetColorCategory( 
   string propertyName
)

Parameters

propertyName
Name of the property whose color category should be returned.

Return Value

The color category or null, if one was not set for the property
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