Share

CAdUiPaletteSet::SetOpacity

C++

BOOL SetOpacity(
    int nOpacity
);

Description

Sets the opacity for the palette set. the opacity must be in the range 0 to 100, where 0 is completely transparent and 100 is completely opaque.

Note

Returns false if nOpacity is out of range.

Parameters

Parameters Description
nOpacity Opacity level

Links

CAdUiPaletteSet Class

Was this information helpful?