Class Intensity

class ooodev.utils.data_type.intensity.Intensity(value)[source]

Represents a intensity value from 0 to 100.

Parameters:

value (int) –

__init__(value)
Parameters:

value (int) –

Return type:

None

copy()[source]

Copies the instance

Returns:

Copy of the instance

Return type:

Intensity

New in version 0.47.5.

value: int

Int value.