ColorExtensionsToPremultiplied Method

Overload List

ToPremultiplied(Color32) Converts this straight Color32 value to a premultiplied PColor32 value. It's practically the same as calling the ToPColor32(Color32) method.
ToPremultiplied(Color64) Converts this straight Color64 value to a premultiplied PColor64 value. It's practically the same as calling the ToPColor64(Color64) method.
ToPremultiplied(ColorF) Converts this straight ColorF value to a premultiplied PColorF value. It's practically the same as calling the ToPColorF(ColorF) method.

See Also