[ TDx_DrawPalette ]
[ next: SetEntries() ]
[ prev: LoadFromFile() ]
public:
virtual bool __fastcall LoadFromResource( TDx_Draw* pDraw, AnsiString pResourceName );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
LoadFromResource
method
is
used
to
load
a
256-color
palette
from
an
existing
bitmap
resource.
PARAMETERS
Top
See Also
Draw
The Draw parameter must be a previously created TDx_Draw component.
ResourceName
The ResourceName parameter specifies the name of a standard bitmap source that the palette is to be loaded from.
SEE ALSO
Top
Parameters