Skip to content

Typos in CIFormat enum values #23056

Open
@jeremy-visionaid

Description

@jeremy-visionaid

Apple platform

iOS, Mac Catalyst

Framework version

net9.0-*

Affected platform version

SDK 9.0.301

Description

A minor thing, but a few values didn't strip the prefix fully:

kRGBAf = 4,
kBGRA8 = 5,
kRGBA8 = 6,

Should be:

RGBAf = 4,
BGRA8 = 5,
RGBA8 = 6,

Steps to Reproduce

N/A

Did you find any workaround?

No response

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions