Platforms to show: All Mac Windows Linux Cross-Platform

GifPaletteMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class GIF MBS Images Plugin 4.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A class for a color palette.
Example
dim p as new GifPaletteMBS

p.Count = 256

p.Value(0)=&cFFEECC

MsgBox hex(p.red(0))+" "+hex(p.Green(0))+" "+hex(p.Blue(0))

Maximum 256 colors.

  • 5 properties
    • property Count as Integer
    • property Blue(index as Integer) as Integer
    • property Green(index as Integer) as Integer
    • property Red(index as Integer) as Integer
    • property Value(index as Integer) as color
  • method Clone as GifPaletteMBS

This class has no sub classes.

Some properties using for this class:

Some examples using this class:

Blog Entries


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


GIFMBS   -   GIFPictureMBS


The biggest plugin in space...