Namespace: Rx::Codec – Class: CDng – Header: Rx.Codec/Dng.h

CDng::SetHueSatMap Method

C++
void SetHueSatMap(const unsigned int uHueDivisions, const unsigned int uSatDivisions, const unsigned int uValDivisions, const CRxArrayDouble& adHueSatMap)

Sets a hue sat map. The values in the Array are stored with the following hierarchy: Hue, Saturation, Value. Each entry has three floats.

Parameters

[const unsigned int] uHueDivisions

The hue divisions.

[const unsigned int] uSatDivisions

The sat divisions.

[const unsigned int] uValDivisions

The value divisions.

[const CRxArrayDouble&] adHueSatMap

The ad hue sat map.