Interface STLColorModel

All Known Implementing Classes:
DefaultSTLColorModel, MaterialiseSTLColorModel

public interface STLColorModel
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    formatHeader(byte[] header)
     
    int
    formatRGB(int rgb)
     
    int
     
  • Method Details

    • formatHeader

      void formatHeader(byte[] header)
    • formatRGB

      int formatRGB(int rgb)
    • getDefaultRGB

      int getDefaultRGB()