SetAlphaLookUpTable

nn::gr::CTR::ProcedureTexture::SetAlphaLookUpTable Member Function

Syntax

void SetAlphaLookUpTable(
     const f32 lookUpTable[PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM],
     const u32 lookUpTableIndex = 0
);

void SetAlphaLookUpTable(
     const f32 lookUpTable[PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM],
     const f32 diffLookUpTable[PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM],
     const u32 lookUpTableIndex = 0,
     const u32 diffLookUpTableIndex = 0
);

List of Overloaded Member Functions

SetAlphaLookUpTable(const f32, const u32) Sets the color lookup table for the alpha component.
SetAlphaLookUpTable(const f32, const f32, const u32, const u32) Sets the color lookup table for the alpha component.

Description of SetAlphaLookUpTable(const f32, const u32)

Sets the color lookup table for the alpha component.

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

Sets the color lookup table for the alpha component.


CONFIDENTIAL