public static ReadOnlyRawImage AsReadOnly(this RawImage self) => self.IsTrulyNull() ? null : new ReadOnlyRawImage(self);