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.


The biggest plugin in space...