fromCubeAsset static method
Loads and parses a .cube asset.
Implementation
static Future<ColorLut> fromCubeAsset(String assetPath) async =>
tagColorLutSource(
fromCubeString(await rootBundle.loadString(assetPath)),
assetPath,
);