ToPColorF(Color) | Converts this Color to a PColorF instance. |
ToPColorF(Color32) | Converts this Color32 to a PColorF instance. |
ToPColorF(Color64) | Converts this Color64 to a PColorF instance. |
ToPColorF(ColorF) | Converts this ColorF to a PColorF instance. It's practically the same as calling the ToPremultiplied(ColorF) method. |
ToPColorF(PColor32) | Converts this PColor32 to a PColorF instance. |
ToPColorF(PColor64) | Converts this PColor64 to a PColorF instance. |
ToPColorF(Color, Boolean) | Converts this Color to a PColorF instance. |
ToPColorF(Color32, Boolean) | Converts this Color32 to a PColorF instance. |
ToPColorF(Color64, Boolean) | Converts this Color64 to a PColorF instance. |
ToPColorF(PColor32, Boolean) | Converts this PColor32 to a ColorF instance. |
ToPColorF(PColor64, Boolean) | Converts this PColor64 to a ColorF instance. |