pyvista.Color.strip_hex_prefix# static Color.strip_hex_prefix(h: str) → str[source]# Strip any '#' or '0x' prefix from a hexadecimal string. Parameters: hstrHexadecimal string to strip. Returns: strStripped hexadecimal string.