Interface ICSSValueConverterColorConfig

All Superinterfaces:
ICSSValueConverterConfig
All Known Implementing Classes:
CSSValueConverterConfigColorImpl

public interface ICSSValueConverterColorConfig extends ICSSValueConverterConfig
ICSSValueConverterConfig to manage format String of the RGBColor.
Version:
1.0.0
Author:
Angelo ZERR
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return format (Hexadecimal color, Color name, RGB color).
  • Field Details

  • Method Details

    • getFormat

      int getFormat()
      Return format (Hexadecimal color, Color name, RGB color).