Instance Method
remove(_:fromPalette:) removeAttribute:fromPalette: removeAttribute_fromPalette_
Removes an attribute from the specified palette index.
Declaration
func remove(_ attribute: GSPalettes.Attribute, fromPalette paletteIdx: UInt)Declaration
- (void) removeAttribute:(GSPalettesAttribute) attribute fromPalette:(NSUInteger) paletteIdx;Declaration
removeAttribute_fromPalette_(attribute: GSPalettesAttribute, paletteIdx: int)Parameters
attributeThe attribute to remove.
paletteIdxThe index of the palette.