nw::gfx::GraphicsDevice::SetColorMask Member Function

Syntax

static void SetColorMask(
     bool red,
     bool green,
     bool blue,
     bool alpha
);

Arguments

Name Description
in red The enable flag for the red mask.
in green The enable flag for the green mask.
in blue The enable flag for the blue mask.
in alpha The enable flag for the alpha channel mask.

Return Values

None.

Description

Sets the color mask.


CONFIDENTIAL