C# - 在查询字符串中传递颜色

时间:2016-01-10 11:35:09

标签: c# query-string

我正在使用

ImageBuilder.Current.Build(new ImageJob(file, fileName, new Instructions(string.Format("width={0}&height={1}&format=jpg&{2}=auto", width, height, croppingType)), false, false));

在特定设置中调整照片大小,我想要的是当用户在查询字符串中写入颜色值以将其传递到new Instructions()内以指定所需颜色时。

1 个答案:

答案 0 :(得分:0)

请参阅the full command reference

  

bgcolor =颜色名称|十六进制代码(6-char)。设置背景/空白颜色。

例如:bgcolor=ffffff将背景设置为白色。