Interface SColor

All Known Implementing Classes:
AbstractColorAdv, ColorImpl

public interface SColor
A color which might relate to a text or a border.
Since:
3.5.0
Author:
dennis
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the color html string expression, for example "#FF6622"
    byte[]
    Gets the color types array, order by Red,Green,Blue
  • Method Details

    • getHtmlColor

      String getHtmlColor()
      Gets the color html string expression, for example "#FF6622"
      Returns:
    • getRGB

      byte[] getRGB()
      Gets the color types array, order by Red,Green,Blue
      Returns: