|
|
|
|
|
- Properties specific to Palette variables
- Functions manipulating Palette variables
Palette (Variable type) In french: Palette
The Palette type is used to define the advanced characteristics of a color palette. You can define and change the characteristics of this palette using different WLanguage properties. This type of variable is used: - by the Icon type.
New in version 2025  to manipulate color palettes for use in windows and projects.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. New in version 2025
MonIcône is Icon = "MonIcone.ico"
Palette1 is Palette = MonIcône.Palette[1]
Couleur1 is Color = Palette1[1]
Properties Properties specific to Palette variables The following properties can be used to handle a color palette: | | | Property name | Type used | Effect |
---|
Color | Array of Color | Array containing the palette colors. |
Functions manipulating Palette variables | | | Generates a palette from a base color. | | Gets the palette currently used by the project or window. | | Loads a palette from a .wdpalette file. | | Saves a palette to a file. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|