pub unsafe fn shl_q_debug_q_color_space(
    arg1: impl CastInto<Ref<QDebug>>,
    arg2: impl CastInto<Ref<QColorSpace>>
) -> CppBox<QDebug>
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: QDebug operator<<(QDebug arg1, const QColorSpace& arg2).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &stream, const QColorSpace &colorSpace):

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

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