Function ====== Palette.QuickCreatePalette ====== Void Palette.QuickCreatePalette(Handle handle, String attributeMask, AcwUserNumber userNumber, String legend, Int32 iconId) ^ API | https://api.avolites.com/19.0/api/Palette.QuickCreatePalette.html | ^ description | Creates a palette on the specified handle with prompting the user. | ^ [[macros:namespace|namespace]] | [[macros:namespace:palette]] | ^ parameter | handle ( [[macros:identifier:handle|]] ) : The handle to assign the created palette to. | ^ ::: | attributeMask ( [[macros:type:string]] ) : The attribute mask. | ^ ::: | userNumber ( [[macros:type:object:AcwUserNumber]] ) : The user number. | ^ ::: | legend ( [[macros:type:string]] ) : The legend. | ^ ::: | iconId ( [[macros:type:int32]] ) : The icon ID. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:createdummypalettes]]: Palette.QuickCreatePalette(Handles.CreateHandleReference("Colours", 0, 0), "C", userNumber:101, "", 0) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~