GifPaletteMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to GifPaletteMBS class.

GifPaletteMBS.Blue(index as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GIF MBS Images Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The array of the blue color components in this color palette.
Example
dim p as new GifPaletteMBS

p.Count = 1
p.Value(0)=&cFFEECC

MsgBox str(p.blue(0))

Index from 0 to count-1. (ignores bad indexes)
Value from 0 to 255.
(Read and Write computed property)

GifPaletteMBS.Clone as GifPaletteMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method GIF MBS Images Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a clone of the object.

GifPaletteMBS.Green(index as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GIF MBS Images Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The array of the green color components in this color palette.
Example
dim p as new GifPaletteMBS

p.Count = 1
p.Value(0)=&cFFEECC

MsgBox str(p.green(0))

Index from 0 to count-1. (ignores bad indexes)
Value from 0 to 255.
(Read and Write computed property)

GifPaletteMBS.Red(index as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GIF MBS Images Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The array of the red color components in this color palette.
Example
dim p as new GifPaletteMBS

p.Count = 1
p.Value(0)=&cFFEECC

MsgBox str(p.red(0))

Index from 0 to count-1. (ignores bad indexes)
Value from 0 to 255.
(Read and Write computed property)

GifPaletteMBS.Value(index as Integer) as color

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GIF MBS Images Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The colors in this palette.
Example
dim p as new GifPaletteMBS

p.Count = 1
p.Value(0)=&cFFEECC

MsgBox hex(p.value(0))

Index from 0 to count-1. (ignores bad indexes)
(Read and Write computed property)

The items on this page are in the following plugins: MBS Images Plugin.


💬 Ask a question or report a problem