This documentation is for the old version. Go to the latest Graphics Mill docs

CustomFrame.ColorProfileTU Property

Gets/sets a color profile of the bitmap stored in the frame (thread-unsafe version).

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Protected Friend Property ColorProfileTU As ColorProfile
C#
protected internal ColorProfile ColorProfileTU { get; set; }

Property Value

ColorProfile instance which represents the color profile of the current frame.

Remarks

Use protected thread-unsafe versions of xxxTU properties instead of the public ones (without TU postfix) inside of the code of your custom codec. You should use to avoid deadlocks during multithreaded calls.

See Also

Reference