Java org.apache.poi.hssf.usermodel HSSFPalette fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.usermodel HSSFPalette fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.usermodel HSSFPalette.

The text is from its open source code.

Method

HSSFColoraddColor(byte red, byte green, byte blue)
Adds a new color into an empty color slot.
HSSFColorfindColor(byte red, byte green, byte blue)
Finds the first occurrence of a given color
HSSFColorfindSimilarColor(byte red, byte green, byte blue)
Finds the closest matching color in the custom palette.
HSSFColorfindSimilarColor(int red, int green, int blue)
Finds the closest matching color in the custom palette.
HSSFColorgetColor(short index)
Retrieves the color at a given index
HSSFColorgetColor(int index)
Retrieves the color at a given index
voidsetColorAtIndex(short index, byte red, byte green, byte blue)
Sets the color at the given offset