Interface ColorSchemeTransform


public interface ColorSchemeTransform
Defines transformation on a color scheme.
  • Method Details

    • transform

      Transforms the specified color scheme.
      Parameters:
      scheme - The original color scheme to transform.
      Returns:
      The transformed color scheme.