SBColorSchemePerAttribute_int#

Please refer to samson.SBNodeColorScheme.

See also

SAMSON SDK: SBDColorSchemePerAttribute

class samson.SBColorSchemePerAttribute_int(self: samson.SBColorSchemePerAttribute_int)#

Bases: SBNodeColorScheme

This is a base class that describes a color scheme based on node attributes.

getDefaultMaximumValue(self: samson.SBColorSchemePerAttribute_int) int#

Returns the default maximum value for the attribute bounds determined when constructing the color scheme based on the input node indexer

getDefaultMinimumValue(self: samson.SBColorSchemePerAttribute_int) int#

Returns the default minimum value for the attribute bounds determined when constructing the color scheme based on the input node indexer

getMaximumValue(self: samson.SBColorSchemePerAttribute_int) int#

Returns the current maximum value for the attribute bounds used for colorization

getMinimumValue(self: samson.SBColorSchemePerAttribute_int) int#

Returns the current minimum value for the attribute bounds used for colorization

setMaximumValue(self: samson.SBColorSchemePerAttribute_int, arg0: int) None#

Sets the current maximum value for the attribute bounds used for colorization

setMinimumValue(self: samson.SBColorSchemePerAttribute_int, arg0: int) None#

Sets the current minimum value for the attribute bounds used for colorization