SBColorSchemePerAttribute_double#

Please refer to samson.SBNodeColorScheme.

See also

SAMSON SDK: SBDColorSchemePerAttribute

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

Bases: SBNodeColorScheme

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

getDefaultMaximumValue(self: samson.SBColorSchemePerAttribute_double) float#

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_double) float#

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_double) float#

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

getMinimumValue(self: samson.SBColorSchemePerAttribute_double) float#

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

setMaximumValue(self: samson.SBColorSchemePerAttribute_double, arg0: float) None#

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

setMinimumValue(self: samson.SBColorSchemePerAttribute_double, arg0: float) None#

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