Instance Method
indexOfPalette(with:)indexOfPaletteWithAttribute:indexOfPaletteWithAttribute_
Returns NSNotFound when no palette has the given attribute.
Declaration
func indexOfPalette(with attribute: GSPalettes.Attribute) -> IntDeclaration
- (NSInteger) indexOfPaletteWithAttribute:(GSPalettesAttribute) attribute;Declaration
indexOfPaletteWithAttribute_(attribute: GSPalettesAttribute) -> int