RGBPaletteEntry

public struct RGBPaletteEntry : Equatable, Codable

An RGB three-sample tuple palette entry.

  • r

    Red channel sample value.

    Declaration

    Swift

    public let r: UInt8
  • g

    Green channel sample value.

    Declaration

    Swift

    public let g: UInt8
  • b

    Blue channel sample value.

    Declaration

    Swift

    public let b: UInt8