SetRgbMapLookUpTable

nn::gr::CTR::ProcedureTexture::SetRgbMapLookUpTable Member Function

Syntax

void SetRgbMapLookUpTable(
     const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
     const u32 lookUpTableIndex = 0,
     const f32 lastDiffValue = 0.0f
);

void SetRgbMapLookUpTable(
     const f32 lookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
     const f32 diffLookUpTable[PROCTEX_LOOKUP_TABLE_ELEMENT_NUM],
     const u32 lookUpTableIndex = 0
);

List of Overloaded Member Functions

SetRgbMapLookUpTable(const f32, const u32, const f32) Sets the lookup table for the RGB mapping function.
SetRgbMapLookUpTable(const f32, const f32, const u32) Sets the lookup table for the RGB mapping function.

Description of SetRgbMapLookUpTable(const f32, const u32, const f32)

Sets the lookup table for the RGB mapping function.

Description of SetRgbMapLookUpTable(const f32, const f32, const u32)

Sets the lookup table for the RGB mapping function.


CONFIDENTIAL