cherab.phix.observer.fast_camera.phantom_rgb_to_srgb# cherab.phix.observer.fast_camera.phantom_rgb_to_srgb(r, g, b)# Convert Phantom Camera’s RGB to sRGB in range [0, 1] phntom r, g, b in range [0, 4095] sr, sg, sb in range [0, 1] Parameters: r (float) – phantom R g (float) – phantom G b (float) – phantom B Return type: tuple[float, float, float]