JVCL Help:TJvPalette.ManuallyCreate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPalette.ManuallyCreate Method
Search in JVCL Help
Search in all projectsSummary
Indicates that the current frame must be taken into account to manually create the palette.
Pascal
functionManuallyCreate(Flag: Boolean; nbColors: TJvPaletteNbColors): Boolean;
Parameters
Parameters | Description |
Flag: Boolean | True to continue the creation, false to stop the creation. |
nbColors: TJvPaletteNbColors | Maximum number of colors in the palette. |
Return Value
True if the call was successful.
Description
Use this call from a frame callback and set the flag to true to indicate that the current frame must be considered when creating the palette. Continue calling this method with flag set to true as long as you need it. Then call it again with flag set to false, to finalize the palette and pass it to the capture driver that will now use it.
See Also
TJvPalette.AutoCreate, TJvPalette.Load, TJvPalette.PasteFromClipboard, TJvPalette.Save
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page