4 using System.Collections.Generic;
7 using System.Threading.Tasks;
9 namespace SiliconStudio.TextureConverter.Requests
14 internal class GammaCorrectionRequest : IRequest
16 public override RequestType
Type {
get {
return RequestType.GammaCorrection; } }
21 public double Gamma {
private set;
get; }
26 public GammaCorrectionRequest(
double gamma)
The type of the serialized type will be passed as a generic arguments of the serializer. Example: serializer of A becomes instantiated as Serializer{A}.