Пример #1
0
        public TPixel ToPixel <TPixel>()
            where TPixel : struct, IPixel <TPixel>
        {
            TPixel pixel = default;

            pixel.FromRgba64(this.data);
            return(pixel);
        }