static func != (Self, Self) -> Bool
Indicates whether two color matrices are unequal.
Availability 有効性
Technology
static func == (a: ColorMatrix
, b: ColorMatrix
) -> Bool
A Boolean value that’s set to true
if the two color matrices are equal.
a
The first color matrix to compare.
b
The second color matrix to compare.
static func != (Self, Self) -> Bool