mirror of https://github.com/SixLabors/ImageSharp
362 changed files with 408 additions and 407 deletions
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
@ -1,9 +1,10 @@ |
|||||
// <copyright file="Color.cs" company="James Jackson-South">
|
|
||||
|
// <copyright file="Color.cs" company="James Jackson-South">
|
||||
// Copyright (c) James Jackson-South and contributors.
|
// Copyright (c) James Jackson-South and contributors.
|
||||
// Licensed under the Apache License, Version 2.0.
|
// Licensed under the Apache License, Version 2.0.
|
||||
// </copyright>
|
// </copyright>
|
||||
|
|
||||
namespace ImageProcessorCore |
namespace ImageSharp |
||||
{ |
{ |
||||
using System; |
using System; |
||||
using System.Globalization; |
using System.Globalization; |
||||
@ -1,4 +1,4 @@ |
|||||
namespace ImageProcessorCore.Processors |
namespace ImageSharp.Processors |
||||
{ |
{ |
||||
/// <summary>
|
/// <summary>
|
||||
/// Encapsulates methods to alter the pixels of an image. The processor operates on the original source pixels.
|
/// Encapsulates methods to alter the pixels of an image. The processor operates on the original source pixels.
|
||||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue