pub unsafe fn shl_q_data_stream_q_color_space(
    arg1: impl CastInto<Ref<QDataStream>>,
    arg2: impl CastInto<Ref<QColorSpace>>
) -> Ref<QDataStream>
Available on cpp_lib_version="5.14.0" only.
Expand description

Writes the given colorSpace to the given stream as an ICC profile.

Calls C++ function: QDataStream& operator<<(QDataStream& arg1, const QColorSpace& arg2).

C++ documentation:

Writes the given colorSpace to the given stream as an ICC profile.

See also QColorSpace::iccProfile() and Serializing Qt Data Types.