Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the tint curves used for color balance operations on the selected color.
Syntax
HRESULT retVal = object.GetColorBalance(Color, pulCount, Weights);
Parameters
Color [in]
Type: DXLUTCOLORMember of the DXLUTCOLOR enumeration that selects the color channel for this tint curve.
pulCount [in, out]
Type: unsigned longPointer to the number of values in the returned tint curve.
Weights [out]
Type: floatArray of values that is the tint curve used for color balancing.
Remarks
A tint curve is a separate brightness curve for each color channel. This gives you finer control over the output colors than the brightness adjustment alone.