Skip to content

Commit

Permalink
Update DeltaEFormulaExtension.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran authored Apr 23, 2024
1 parent 9a47f14 commit b42493e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension DeltaEFormula: CustomStringConvertible {
case .CIE94:
return "CIE94 algorithm is an improvement of CIE76, it calculates the difference in the Lab colour space."
case .CIEDE2000:
return "CIEDE2000 algorithm is the most accurate color comparison algorithm in the Lab colour space."
return "CIEDE2000 algorithm is the most accurate colour comparison algorithm in the Lab colour space."
case .CMC:
return "CMC algorithm calculates the difference in the HCL (Hue, Chroma, Luminance) colour space."
}
Expand Down

0 comments on commit b42493e

Please sign in to comment.